From ba450c515862c8cdb01c9ee49f99331e79fb69e7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Aug 2024 13:40:25 +0200 Subject: [PATCH] temp --- scripts/scheduler/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index dc92409..40fd7b3 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -279,8 +279,9 @@ execute_task() { INSTALL_STATUS="2"; # new install fi + SYSTEM_LIST=("core-dns.json" "cron.json" "domain-local-backend.json" "firewall-letsencrypt.json" "firewall-local-backend.json" "firewall-localloadbalancer-dns.json" "firewall-localloadbalancer-to-smarthostbackend.json" "firewall-smarthost-backend-dns.json" "firewall-smarthost-loadbalancer-dns.json" "firewall-smarthost-to-backend.json" "firewall-smarthostloadbalancer-from-publicbackend.json" "letsencrypt.json" "local-backend.json" "local-proxy.json" "service-framework.json" "smarthost-proxy-scheduler.json" "smarthost-proxy.json") + if [ "$TASK_NAME" == "settings" ]; then - LIST=("core-dns.json" "cron.json" "domain-local-backend.json" "firewall-letsencrypt.json" "") INSTALLED_SERVICES=$(ls /etc/user/config/services/*.json ); SERVICES=""; for SERVICE in $(echo $INSTALLED_SERVICES); do