dmtzs / SmartTerrariumR

A project that is used for creating a smart terrarium for your reptile pets. This project is for managing all parameters that the reptile needs in order to have a great life. This is the raspberry version.
https://dmtzs.github.io/SmartTerrariumR/
Other
2 stars 0 forks source link

Add padlocks to update script #26

Closed dmtzs closed 2 years ago

dmtzs commented 2 years ago

Add padlocks to the update script in order to validate if there is no Server file, AppImage file or an Arduino connected to send an error message if its the case.

Maybe is going to be better if we create another exe file for this script with command window open in order to protec that code too of any modification from the user so we can be sure to protect completely all update script and execute that with command lines but been sure that the user will not modify the script.

Also if this is done then we will need to include another flag to update this same script but it will be evaluated with the time.

dmtzs commented 2 years ago

Already implemented, closing this issue.