mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 09:30:00 +01:00
Update zenphoto-install.sh - change php-fpm to php_fpm
This commit is contained in:
@@ -92,7 +92,7 @@ sysrc caddy_enable="YES"
|
|||||||
# Enable and Start Services
|
# Enable and Start Services
|
||||||
sysrc php_fpm_enable="YES"
|
sysrc php_fpm_enable="YES"
|
||||||
service caddy start
|
service caddy start
|
||||||
service php-fpm start
|
service php_fpm start
|
||||||
|
|
||||||
# Save Passwords
|
# Save Passwords
|
||||||
echo "${DB_TYPE} root user is root and password is ${DB_ROOT_PASSWORD}" > /root/${APP_NAME}-Info.txt
|
echo "${DB_TYPE} root user is root and password is ${DB_ROOT_PASSWORD}" > /root/${APP_NAME}-Info.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user