From 3be34c50a455781b469ebcaa1fcd0f5595ff4797 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 15 Dec 2025 00:32:51 +0100 Subject: [PATCH] heimdall update fix --- ct/heimdall-dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/heimdall-dashboard.sh b/ct/heimdall-dashboard.sh index 0a01b757c..c4fc9349a 100644 --- a/ct/heimdall-dashboard.sh +++ b/ct/heimdall-dashboard.sh @@ -28,7 +28,7 @@ function update_script() { exit fi - if check_for_gh_release "linuxserver/Heimdall"; then + if check_for_gh_release "Heimdall" "linuxserver/Heimdall"; then msg_info "Stopping Service" systemctl stop heimdall sleep 1