diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-04 23:32:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-04 23:32:49 +0100 |
| commit | f0d2e0980e198c6b8c15557a2d8b984bd274c589 (patch) | |
| tree | 6cfee25ae898796e84a53bbdd2b6fb753ab12c61 | |
| parent | 706a90a48f058de509e0c4e0d020d1cedd467036 (diff) | |
More debug.
| -rwxr-xr-x | vmbuild | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
