From 9d80254943f1ae252cc7d17d9fa5a070bd8744c1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 11 Oct 2025 17:27:34 +0200 Subject: [PATCH] komga: fix update check --- ct/komga.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/komga.sh b/ct/komga.sh index 36a6c3376..c6e3c1c66 100644 --- a/ct/komga.sh +++ b/ct/komga.sh @@ -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"