Sfoglia il codice sorgente

'scripts/install' ändern

yuno admin 6 mesi fa
parent
commit
b054829d3a
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      scripts/install

+ 3 - 3
scripts/install

@@ -3,11 +3,11 @@
 
 # Diese Module werden von Zabbix für MySQL/MariaDB und PHP 8.2 zwingend benötigt
 #apt update
-#apt install -y php8.2-mysql php8.2-gd php8.2-bcmath php8.2-mbstring php8.2-xml php8.2-ldap php8.2-curl
+apt install -y php8.2-mysql php8.2-gd php8.2-bcmath php8.2-mbstring php8.2-xml php8.2-ldap php8.2-curl
 
 # Restart von PHP-FPM und NGINX, damit neue Module erkannt werden
-#systemctl restart php8.2-fpm
-#systemctl restart nginx
+systemctl restart php8.2-fpm
+systemctl restart nginx
 
 #=================================================
 # IMPORT GENERIC HELPERS