From 1883aedec710651d69bf4fdb0f2cbef4bf0bf0c1 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Tue, 2 Jun 2026 11:11:34 +0200 Subject: [PATCH] fix tolgee update check --- ct/tolgee.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/tolgee.sh b/ct/tolgee.sh index 8cdc96f6..4c6bf947 100644 --- a/ct/tolgee.sh +++ b/ct/tolgee.sh @@ -25,7 +25,7 @@ function update_script() { check_container_storage check_container_resources - if [[ ! -f /opt/tolgee/tolgee.jar ]]; then + if [[ ! -d /opt/tolgee ]]; then msg_error "No ${APP} Installation Found!" exit fi