From 58eff8c4cb280729c14956760b4160e0a0fbb3de Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:29:20 +0100 Subject: [PATCH] remove wrong msg --- .github/CONTRIBUTOR_GUIDE/ct/AppName.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh index 160e9e25..72a70d3a 100644 --- a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh +++ b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh @@ -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]