From b6bfe9a4b67fe56d88e0ad5c4e91aa5634750d0f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:11:54 +0200 Subject: [PATCH] hortusfox: fix update check (#7667) --- ct/hortusfox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/hortusfox.sh b/ct/hortusfox.sh index a9f458ddb..448d3e9d5 100644 --- a/ct/hortusfox.sh +++ b/ct/hortusfox.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - if check_for_gh_release "danielbrendel" "hortusfox-web"; then + if check_for_gh_release "hortusfox" "danielbrendel/hortusfox-web"; then msg_info "Stopping Service" systemctl stop apache2 msg_ok "Stopped Service"