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