hortusfox: fix update check (#7667)

This commit is contained in:
CanbiZ 2025-09-16 11:11:54 +02:00 committed by GitHub
parent 634386ea50
commit b6bfe9a4b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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