From 3d76055dfdbceb724e229d50be4add4602b6bcee Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Tue, 18 May 2021 17:46:38 +0200
Subject: [PATCH] L2SS-218 Start dsconfig twice

---
 bootstrap/sbin/rebuild_system_from_scratch.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bootstrap/sbin/rebuild_system_from_scratch.sh b/bootstrap/sbin/rebuild_system_from_scratch.sh
index 7db03f9d4..9a8d6a1fb 100755
--- a/bootstrap/sbin/rebuild_system_from_scratch.sh
+++ b/bootstrap/sbin/rebuild_system_from_scratch.sh
@@ -59,6 +59,11 @@ function start_minimal_tango()
     pushd ${HOME_DIR}/docker-compose
     make minimal
     make start dsconfig
+    # Just for good measure, wait a moment and start dsconfig again
+    echo -e "\tWaiting for dsconfig to settle down..."
+    sleep 10
+    echo -e "\tDone.\n\tStarting dsconfig again."
+    make start dsconfig
     popd
 }
 
-- 
GitLab