From 151cd6581fe64dd43afbe11da50a3c9b0da008ca Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:52:49 +0200 Subject: [PATCH] Fix Caddy configuration message placement --- install/webtrees-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/webtrees-install.sh b/install/webtrees-install.sh index 68a19fc43..3056cea2d 100644 --- a/install/webtrees-install.sh +++ b/install/webtrees-install.sh @@ -41,12 +41,12 @@ cat </etc/caddy/Caddyfile } EOF usermod -aG www-data caddy -msg_ok "Configured Caddy" - systemctl enable -q --now php${PHP_VER}-fpm systemctl restart caddy +msg_ok "Configured Caddy" msg_info "Automating Webtrees Setup" +cd /opt/webtrees WT_ADMIN_PASS=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c15) $STD sudo -u www-data php /opt/webtrees/index.php config-ini \ --dbhost=127.0.0.1 \