diff --git a/bootstrap/sbin/rebuild_system_from_scratch.sh b/bootstrap/sbin/rebuild_system_from_scratch.sh index 7db03f9d4e45001a71a60d5661f2f44062fd8242..9a8d6a1fb6a706c5de0ec62e454ae8910b578234 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 }