From eb6b95ddcf09bc9ceddd3a5c3e8e32d8a38b0be9 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 13 Dec 2025 21:35:08 +0100 Subject: [PATCH] fix check --- ct/homarr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homarr.sh b/ct/homarr.sh index 8de0dd9b9..3a0b22df1 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -29,7 +29,7 @@ function update_script() { exit fi - if check_for_gh_release "homarr" "Meierschlumpf/homarr"; then + if check_for_gh_release "homarr" "Homarr/homarr"; then msg_info "Stopping Services (Patience)" systemctl stop homarr systemctl stop redis-server