From f9e7829b42b71966ab200900136b143e67041b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 23 Mar 2018 18:07:40 +0100 Subject: [PATCH] Improve magic bootstrap script to wait for both build processes to finish --- hack/bootstrap_tfw_dev.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/bootstrap_tfw_dev.sh b/hack/bootstrap_tfw_dev.sh index 9f2a937..393e9f8 100755 --- a/hack/bootstrap_tfw_dev.sh +++ b/hack/bootstrap_tfw_dev.sh @@ -17,5 +17,6 @@ docker build -t baseimage-tutorial-framework . >> $LOGFILE 2>&1 & cd ../frontend-tutorial-framework yarn install >> $LOGFILE 2>&1 +wait printf "Done!\n" rm $LOGFILE