This commit is contained in:
root
2024-08-23 21:27:33 +02:00
parent 0f12101cf3
commit 3a84a77b11

View File

@@ -151,7 +151,7 @@ get_repositories(){
git pull $REPO /tmp/$BASE; git pull $REPO /tmp/$BASE;
fi; fi;
if [ -f "/tmp/$BASE/applications-tree.json" ]; then if [ -f "/tmp/$BASE/applications-tree.json" ]; then
TREES=$TREES" /tmp/$BASE/application-tree.json" TREES=$TREES" /tmp/$BASE/applications-tree.json"
fi; fi;
done; done;
@@ -412,7 +412,6 @@ execute_task() {
DEPLOYMENTS='"deployments": "NONE"'; DEPLOYMENTS='"deployments": "NONE"';
fi; fi;
INSTALLED_SERVICES=$(ls /etc/user/config/services/service-*.json ); INSTALLED_SERVICES=$(ls /etc/user/config/services/service-*.json );
SERVICES=""; SERVICES="";
for SERVICE in $(echo $INSTALLED_SERVICES); do for SERVICE in $(echo $INSTALLED_SERVICES); do