From af8bb9b79bc63d3f0b7ca08ae7c07d468046a647 Mon Sep 17 00:00:00 2001 From: sudofly <13814208+sudofly@users.noreply.github.com> Date: Mon, 11 May 2026 09:17:23 +0100 Subject: [PATCH] Apply suggestion from @CrazyWolf13 Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- ct/webtrees.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/webtrees.sh b/ct/webtrees.sh index e4e7fb08..93c68bac 100644 --- a/ct/webtrees.sh +++ b/ct/webtrees.sh @@ -32,8 +32,7 @@ function update_script() { if check_for_gh_release "webtrees" "fisharebest/webtrees"; then msg_info "Stopping Service" PHP_VER=$(php -r 'echo PHP_MAJOR_VERSION . "." . PHP_MINOR_VERSION;') - systemctl stop php${PHP_VER}-fpm - systemctl stop caddy + systemctl stop caddy php${PHP_VER}-fpm msg_ok "Stopped Service" msg_info "Backing up Data"