From 796a1ee8426e57b9d5f6b3a249a3351ae0898ede Mon Sep 17 00:00:00 2001 From: sudofly <13814208+sudofly@users.noreply.github.com> Date: Mon, 11 May 2026 09:20:42 +0100 Subject: [PATCH] Start Caddy and PHP-FPM services together --- ct/webtrees.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/webtrees.sh b/ct/webtrees.sh index 93c68bac..367b609d 100644 --- a/ct/webtrees.sh +++ b/ct/webtrees.sh @@ -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