From 6a466332a654253cf3ec376c82853cbfd13e2e2f Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:37:24 +0200 Subject: [PATCH] Update tracktor.sh --- ct/tracktor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/tracktor.sh b/ct/tracktor.sh index 9cedd334..4414a965 100644 --- a/ct/tracktor.sh +++ b/ct/tracktor.sh @@ -28,7 +28,7 @@ function update_script() { exit fi - RELEASE=$(curl -fsSL https://api.github.com/repos/javedh-dev/tracktor/releases/latest | jq '.tag_name' | sed 's/^v//') + RELEASE=$(curl -fsSL https://api.github.com/repos/javedh-dev/tracktor/releases/latest | jq -r '.tag_name' | sed 's/^v//') if [[ "${RELEASE}" != "$(cat ~/.tracktor 2>/dev/null)" ]] || [[ ! -f ~/.tracktor ]]; then msg_info "Stopping Service" systemctl stop tracktor