Compare commits

...

1 Commits

Author SHA1 Message Date
CanbiZ
9d80254943 komga: fix update check 2025-10-11 17:27:34 +02:00

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"