remove wrong msg

This commit is contained in:
CanbiZ
2025-02-12 13:29:20 +01:00
committed by GitHub
parent 6c495bcafc
commit 58eff8c4cb

View File

@@ -46,8 +46,6 @@ function update_script() {
# Crawling the new version and checking whether an update is required
RELEASE=$(curl -fsSL [RELEASE_URL] | [PARSE_RELEASE_COMMAND])
if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}_version.txt ]]; then
msg_info "Updating $APP"
# Stopping Services
msg_info "Stopping $APP"
systemctl stop [SERVICE_NAME]