heimdall update fix

This commit is contained in:
tremor021 2025-12-15 00:32:51 +01:00
parent dab7a31c16
commit 3be34c50a4

View File

@ -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