From a6f6f74f228d6cbf1da5a434017b940ffa46e88d Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:37:22 -0600 Subject: [PATCH] Update zenphoto-install.sh - change php-fpm to php_fpm --- zenphoto/zenphoto-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenphoto/zenphoto-install.sh b/zenphoto/zenphoto-install.sh index 44f6ac2..ef95521 100644 --- a/zenphoto/zenphoto-install.sh +++ b/zenphoto/zenphoto-install.sh @@ -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