Pi.Alert v3.02

#114 - Fixed: UNIQUE constraint failed with Local MAC
This commit is contained in:
pucherot
2021-04-24 11:48:11 +02:00
parent 36880dadf0
commit c08226e1d3
8 changed files with 39 additions and 21 deletions

View File

@@ -330,7 +330,7 @@ install_lighttpd() {
fi
print_msg "- Restarting lighttpd..."
sudo sudo service lighttpd restart 2>&1 >> "$LOG"
sudo service lighttpd restart 2>&1 >> "$LOG"
# sudo /etc/init.d/lighttpd restart 2>&1 >> "$LOG"
print_msg "- Installing sqlite3..."