From 1e7e26acf681947fe6f254e52ee4e9c2f98a941e Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Sun, 4 May 2025 23:54:51 +0100 Subject: [PATCH] Refactor(update): Remove version file missing warning --- ct/pulse.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/pulse.sh b/ct/pulse.sh index c5f2e02..3b16d49 100644 --- a/ct/pulse.sh +++ b/ct/pulse.sh @@ -42,8 +42,6 @@ function update_script() { CURRENT_VERSION="" if [[ -f /opt/${APP}_version.txt ]]; then CURRENT_VERSION=$(cat /opt/${APP}_version.txt) - else - msg_warning "Version file /opt/${APP}_version.txt not found. Cannot determine current version. Will attempt update." fi if [[ "${LATEST_RELEASE}" != "$CURRENT_VERSION" ]] || [[ ! -f /opt/${APP}_version.txt ]]; then