From 7c51ef4fa259526b91c1dae857b6e1782ef79e20 Mon Sep 17 00:00:00 2001 From: Jesper Dramsch Date: Thu, 9 Jan 2025 11:46:11 +0100 Subject: [PATCH] rm last version --- ct/adventurelog.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/adventurelog.sh b/ct/adventurelog.sh index 36585439..a9c80542 100644 --- a/ct/adventurelog.sh +++ b/ct/adventurelog.sh @@ -34,7 +34,6 @@ function update_script() { fi RELEASE=$(curl -s https://api.github.com/repos/seanmorley15/AdventureLog/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then - LAST_VERSION=$(cat /opt/${APP}_version.txt) msg_info "Stopping Services" systemctl stop adventurelog-backend systemctl stop adventurelog-frontend