From 55cfced3f6939d7e37c972574c0c824cf3b92e76 Mon Sep 17 00:00:00 2001 From: Jeff Keller Date: Wed, 1 Oct 2025 19:41:51 +0000 Subject: [PATCH] Comment out line --- install/proxmox/proxmox-install-netalertx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/proxmox/proxmox-install-netalertx.sh b/install/proxmox/proxmox-install-netalertx.sh index 18337183..f405e629 100755 --- a/install/proxmox/proxmox-install-netalertx.sh +++ b/install/proxmox/proxmox-install-netalertx.sh @@ -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" "--------------------------------------------------------------------------"