From 1fc667088c215d9039d30540122164e8e6f06a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:34:29 +0200 Subject: [PATCH] Update homebox.sh (#6677) --- ct/homebox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homebox.sh b/ct/homebox.sh index 16f5f1504..2aa80dd69 100644 --- a/ct/homebox.sh +++ b/ct/homebox.sh @@ -22,7 +22,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -d /opt/homebox ]]; then + if [[ ! -f /etc/systemd/system/homebox.service ]]; then msg_error "No ${APP} Installation Found!" exit fi