leiweibau / Pi.Alert

Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns if a "always connected" device disconnects. In addition, it is possible to check web services for availability. For this purpose HTTP status codes and the response time of the service are evaluated.
https://leiweibau.net
GNU General Public License v3.0
406 stars 28 forks source link

Update script broken. #178

Closed tteck closed 11 months ago

tteck commented 11 months ago

Introducing new features in a future release (Speedtest https://github.com/leiweibau/Pi.Alert/commit/a65d1b389008de258008ad1f4d002781ab2b3dbc) may disrupt the current update script, resulting in an error message like this: chmod: cannot access '/opt/pialert/back/speedtest/': No such file or directory.

tteck commented 11 months ago

I suggest the creation of a new branch for implementing changes. Once these changes are ready for a new release, they can be merged into the main branch.

leiweibau commented 11 months ago

Should be fixed now. You're right. Update Released: https://github.com/leiweibau/Pi.Alert/commit/e85a1f4160248b0d32ec4dd97ad6f3729dabd079

tteck commented 11 months ago

Now would be a great time to create a new branch called "dev" for implementing changes.