Update zenphoto-install.sh - change php-fpm to php_fpm

This commit is contained in:
tschettervictor
2024-10-16 18:37:22 -06:00
committed by GitHub
parent 24dcdc45dc
commit a6f6f74f22

View File

@@ -92,7 +92,7 @@ sysrc caddy_enable="YES"
# Enable and Start Services
sysrc php_fpm_enable="YES"
service caddy start
service php-fpm start
service php_fpm start
# Save Passwords
echo "${DB_TYPE} root user is root and password is ${DB_ROOT_PASSWORD}" > /root/${APP_NAME}-Info.txt