Start Caddy and PHP-FPM services together

This commit is contained in:
sudofly
2026-05-11 09:20:42 +01:00
committed by GitHub
parent af8bb9b79b
commit 796a1ee842

View File

@@ -48,8 +48,7 @@ function update_script() {
msg_ok "Restored Data"
msg_info "Starting Service"
systemctl start php${PHP_VER}-fpm
systemctl start caddy
systemctl start caddy php${PHP_VER}-fpm
msg_ok "Started Service"
msg_ok "Updated successfully!"
fi