fix tolgee update check

This commit is contained in:
MickLesk
2026-06-02 11:11:34 +02:00
parent 3360919435
commit 1883aedec7

View File

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