From 7987b8697eca156c1cf64abb17fc20ca70b7f806 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 23 Mar 2023 17:08:07 -0400 Subject: [PATCH] Update cronicle.sh remove unexpected token --- ct/cronicle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/cronicle.sh b/ct/cronicle.sh index da4f1550..9621c991 100644 --- a/ct/cronicle.sh +++ b/ct/cronicle.sh @@ -62,7 +62,7 @@ msg_info "Updating ${APP}" /opt/cronicle/bin/control.sh upgrade &>/dev/null msg_ok "Updated ${APP}" exit -fi + if [ "$UPD" == "2" ]; then LATEST=$(curl -sL https://api.github.com/repos/jhuckaby/Cronicle/releases/latest | grep '"tag_name":' | cut -d'"' -f4) IP=$(hostname -I | awk '{print $1}')