From 2fc9bd3e30c705e4cd7e5ff736748264bdf1bfb7 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:09:35 +0100 Subject: [PATCH] Restart nginx after starting photon service --- ct/reitti.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/reitti.sh b/ct/reitti.sh index ccec08461..3603b3c56 100644 --- a/ct/reitti.sh +++ b/ct/reitti.sh @@ -100,6 +100,7 @@ EOF msg_info "Starting Service" systemctl start photon + systemctl restart nginx msg_ok "Started Service" msg_ok "Updated successfully!" fi