From 687be444c5cf36e9aa4bd374fba1a62c45cc2533 Mon Sep 17 00:00:00 2001 From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl> Date: Tue, 18 May 2021 17:45:44 +0200 Subject: [PATCH] L2SS-218 Run make minimal and not make start minimal --- bootstrap/sbin/rebuild_system_from_scratch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/sbin/rebuild_system_from_scratch.sh b/bootstrap/sbin/rebuild_system_from_scratch.sh index 30bfb1db0..7db03f9d4 100755 --- a/bootstrap/sbin/rebuild_system_from_scratch.sh +++ b/bootstrap/sbin/rebuild_system_from_scratch.sh @@ -57,7 +57,7 @@ function clean_images() function start_minimal_tango() { pushd ${HOME_DIR}/docker-compose - make start minimal + make minimal make start dsconfig popd } -- GitLab