s fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user