Update pialert_update.sh

This commit is contained in:
pucherot
2021-01-27 17:09:25 +01:00
committed by GitHub
parent 42de9abfe3
commit 31ab202744

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
}
# ------------------------------------------------------------------------------