From 96511325ab789cb9d252303a595d94bef7390eae Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:07:41 +0200 Subject: [PATCH] Fix GitHub release check for homebox --- ct/homebox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homebox.sh b/ct/homebox.sh index ef421a0738..b2276e5ecf 100644 --- a/ct/homebox.sh +++ b/ct/homebox.sh @@ -33,7 +33,7 @@ function update_script() { systemctl daemon-reload fi - if check_for_gh_release "sysadminsmedia" "homebox"; then + if check_for_gh_release "homebox" "sysadminsmedia/homebox"; then msg_info "Stopping ${APP}" systemctl stop homebox msg_ok "${APP} Stopped"