More debug.
authorCarl Hetherington <cth@carlh.net>
Sun, 4 Oct 2015 22:32:49 +0000 (23:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 4 Oct 2015 22:32:49 +0000 (23:32 +0100)
vmbuild

diff --git a/vmbuild b/vmbuild
index 90a912770b0350d64ffd2bc85f61e555538e54a6..038a50426798caba222ed624064bebfd7e4d5fda 100755 (executable)
--- a/vmbuild
+++ b/vmbuild
@@ -31,6 +31,9 @@ fi
 ssh -p $port carl@localhost "sudo /sbin/poweroff"
 
 set +e
+echo "Waiting for virtualbox to finish"
 while [[ ( -d /proc/$vbox ) && ( -z `grep zombie /proc/$vbox/status` ) ]]; do
     sleep 1
 done
+echo "Finished"
+exit 0