From 0cfdc3062b20371dcc69f7248faaa226d19236c8 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 8 May 2025 23:41:35 +0200 Subject: [PATCH] Update gatus --- ct/alpine-gatus.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/alpine-gatus.sh b/ct/alpine-gatus.sh index 38a66a5..c629218 100644 --- a/ct/alpine-gatus.sh +++ b/ct/alpine-gatus.sh @@ -28,7 +28,6 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit 1 fi - RELEASE=$(curl -s https://api.github.com/repos/TwiN/gatus/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') if [ "${RELEASE}" != "$(cat /opt/gatus_version.txt)" ] || [ ! -f /opt/gatus_version.txt ]; then msg_info "Updating ${APP} LXC"