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