remove wrong msg

This commit is contained in:
CanbiZ 2025-02-12 13:29:20 +01:00 committed by GitHub
parent 6c495bcafc
commit 58eff8c4cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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]