From a6e6b511128d24b032ae0fce400c28a0a761f1dd Mon Sep 17 00:00:00 2001 From: Dominik Siebel Date: Thu, 24 Oct 2024 11:44:04 +0200 Subject: [PATCH] fix service name --- ct/zoraxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/zoraxy.sh b/ct/zoraxy.sh index 7c5a23e3..f4e4d51c 100644 --- a/ct/zoraxy.sh +++ b/ct/zoraxy.sh @@ -62,7 +62,7 @@ if [[ "${RELEASE}" != "$(cat "/opt/${APP}_version.txt")" ]] || [[ ! -f "/opt/${A install zoraxy_linux_amd64 /usr/bin/zoraxy rm zoraxy_linux_amd64 echo "${RELEASE}" > "/opt/${APP}_version.txt" - systemctl restart traefik.service + systemctl restart zoraxy.service msg_ok "Updated ${APP} LXC" else msg_ok "No update required. ${APP} is already at ${RELEASE}"