Skip to content
Snippets Groups Projects
Commit 3d76055d authored by Thomas Juerges's avatar Thomas Juerges
Browse files

L2SS-218 Start dsconfig twice

parent 687be444
No related branches found
No related tags found
1 merge request!33Resolve L2SS-218 "Move existing tooling to bootstrap dir"
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment