From d6dc2eff3f65d1eb30bf8ed066e8078e8a8f3ca8 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 20 May 2025 12:38:41 +0200 Subject: [PATCH] correct path, because we are now in Project root --- deployment/bare_metal/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/bare_metal/start.sh b/deployment/bare_metal/start.sh index 44fcd46c4..db9e82c9d 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -167,7 +167,7 @@ git pull export BUILD_COMMIT="$(git rev-parse HEAD)" # install missing dependencies -source ./install-missing-deps.sh +source ./deployment/bare_metal/install-missing-deps.sh # Generate gradido.conf from template # *** 1st prepare for each apiversion the federation conf for nginx from federation-template