From e29652c8dd1610bf465a7be29cb0022fe5e7a19b Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:18:49 +0100 Subject: [PATCH] add: double restart to fix homarr migration (#2757) --- ct/homarr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/homarr.sh b/ct/homarr.sh index 6f88bd93..845db5b4 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -148,6 +148,7 @@ EOF msg_info "Starting Services" systemctl start homarr + systemctl restart homarr msg_ok "Started Services" msg_ok "Updated Successfully" else