komga: fix update check

This commit is contained in:
CanbiZ
2025-10-11 17:27:34 +02:00
committed by GitHub
parent 2fefd45b2f
commit 9d80254943

View File

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