From a5ed6c1af7b30c7e536bb8edb923c3fb997da5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 17 Jul 2025 22:00:24 +0200 Subject: [PATCH] Update planka.sh (#6058) --- ct/planka.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/planka.sh b/ct/planka.sh index 779d634a5..a47c6e6c9 100644 --- a/ct/planka.sh +++ b/ct/planka.sh @@ -28,7 +28,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - RELEASE=$(curl -s https://api.github.com/repos/plankanban/planka/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') + RELEASE=$(curl -s https://api.github.com/repos/plankanban/planka/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') if [[ "${RELEASE}" != "$(cat ~/.planka 2>/dev/null)" ]] || [[ ! -f ~/.planka ]]; then msg_info "Stopping $APP" systemctl stop planka