From 472b01236d5e2e101976304468ed39f8ceec24d3 Mon Sep 17 00:00:00 2001 From: Gyurix Date: Wed, 28 Aug 2024 08:32:01 +0200 Subject: [PATCH] start additional --- scripts/scheduler/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index 43f5fd2..6fce18d 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -138,6 +138,8 @@ deploy_additionals(){ deploy_nextcloud ;; esac + + $service_exec service-nextcloud.json start & } deploy_nextcloud(){