Update pialert_update.sh

This commit is contained in:
pucherot
2021-01-27 17:09:25 +01:00
committed by GitHub
parent c6465b2a94
commit 3cc7123a9a

View File

@@ -143,8 +143,6 @@ update_db() {
print_msg "- Updating DB permissions..."
sudo chgrp -R www-data $PIALERT_HOME/db 2>&1 >> "$LOG"
chmod -R 770 $PIALERT_HOME/db 2>&1 >> "$LOG"
return
}
# ------------------------------------------------------------------------------