From ab8b4d9c813c020f477e833477b59ca16f8768e4 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sun, 25 Feb 2024 22:59:12 +0100 Subject: [PATCH] www-data 5 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d222afe..7229bb0 100644 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ if [ "$EUID" -ne 0 ]; then fi apt install -y php php-fpm -systemctl stop apache2 +systemctl disable --now apache2 # # USER