From 5fd366e9b1afcddf24b773c074c5cac939768935 Mon Sep 17 00:00:00 2001 From: enirts31 Date: Tue, 13 May 2025 09:34:22 -0400 Subject: [PATCH] Update ct/backrest.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- ct/backrest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/backrest.sh b/ct/backrest.sh index 5032aaf..886751c 100644 --- a/ct/backrest.sh +++ b/ct/backrest.sh @@ -27,7 +27,6 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - RELEASE=$(curl -fsSL https://api.github.com/repos/garethgeorge/backrest/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 msg_info "Stopping ${APP}"