From 3a84a77b11e45cf18a51cbb4b0059346a1d9b1de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Aug 2024 21:27:33 +0200 Subject: [PATCH] s fix --- scripts/scheduler/entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index e151798..949d1b9 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -151,7 +151,7 @@ get_repositories(){ git pull $REPO /tmp/$BASE; fi; if [ -f "/tmp/$BASE/applications-tree.json" ]; then - TREES=$TREES" /tmp/$BASE/application-tree.json" + TREES=$TREES" /tmp/$BASE/applications-tree.json" fi; done; @@ -412,7 +412,6 @@ execute_task() { DEPLOYMENTS='"deployments": "NONE"'; fi; - INSTALLED_SERVICES=$(ls /etc/user/config/services/service-*.json ); SERVICES=""; for SERVICE in $(echo $INSTALLED_SERVICES); do