Comment out line

This commit is contained in:
Jeff Keller
2025-10-01 19:41:51 +00:00
parent af6394a334
commit 55cfced3f6

View File

@@ -365,7 +365,7 @@ chmod -R ug+rwX,o-rwx "$WEB_UI_DIR"
chmod -R ug+rwX "$INSTALL_DIR/log" "$INSTALL_DIR/config"
chown -R www-data:www-data "$FILEDB" 2>/dev/null || true
# Add nginx to www-data
usermod -aG www-data nginx || true
# usermod -aG www-data nginx || true
# start PHP
printf "%b\n" "--------------------------------------------------------------------------"