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"