komga: fix update check (#8285)

This commit is contained in:
CanbiZ
2025-10-11 19:15:37 +02:00
committed by GitHub
parent 4a7648da94
commit e2e63cf319

View File

@@ -27,7 +27,7 @@ function update_script() {
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi
if check_for_gh_release "komga" "gotson/komga"; then if check_for_gh_release "komga-org" "gotson/komga"; then
msg_info "Stopping Service" msg_info "Stopping Service"
systemctl stop komga systemctl stop komga
msg_ok "Stopped Service" msg_ok "Stopped Service"