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

Directly set the value of the $HOME environment variable to the INSTALL_DIR variable #170

Closed tteck closed 11 months ago

tteck commented 11 months ago

Using $HOME is more explicit and might be preferred for clarity

tteck commented 11 months ago

I think that the ~ symbol is confusing people even though it's shorthand for the user's home directory

leiweibau commented 11 months ago

Thank you very much