Update homebox.sh (#6677)

This commit is contained in:
Slaviša Arežina
2025-08-08 22:34:29 +02:00
committed by GitHub
parent d89055a5cd
commit 1fc667088c

View File

@@ -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