fix service name

This commit is contained in:
Dominik Siebel 2024-10-24 11:44:04 +02:00
parent ccf36a7398
commit a6e6b51112
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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}"