From 0e71a4abd6d70c5110c3db465828db40c711055f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:44:17 +0200 Subject: [PATCH] hortusfox: fix update check --- 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"