www-data 5

This commit is contained in:
Valentin 2024-02-25 22:59:12 +01:00
parent cbd179bdca
commit ab8b4d9c81
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if [ "$EUID" -ne 0 ]; then
fi fi
apt install -y php php-fpm apt install -y php php-fpm
systemctl stop apache2 systemctl disable --now apache2
# #
# USER # USER