Fix GitHub release check for homebox

This commit is contained in:
CanbiZ 2025-08-29 17:07:41 +02:00 committed by GitHub
parent bc545df207
commit 96511325ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ function update_script() {
systemctl daemon-reload systemctl daemon-reload
fi fi
if check_for_gh_release "sysadminsmedia" "homebox"; then if check_for_gh_release "homebox" "sysadminsmedia/homebox"; then
msg_info "Stopping ${APP}" msg_info "Stopping ${APP}"
systemctl stop homebox systemctl stop homebox
msg_ok "${APP} Stopped" msg_ok "${APP} Stopped"