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