diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-04 23:04:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-04 23:04:45 +0100 |
| commit | 706a90a48f058de509e0c4e0d020d1cedd467036 (patch) | |
| tree | 669dcfec5c795630461e3fb1375338307d1d1152 /vmbuild | |
| parent | 66810b1db69a8262f127edcb6287f35b1a330955 (diff) | |
More vmbuild hacks.
Diffstat (limited to 'vmbuild')
| -rwxr-xr-x | vmbuild | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ if [ "$output" != "" ]; then scp -P $port carl@localhost:fedora-22-$bits/* $output/ fi ssh -p $port carl@localhost "sudo /sbin/poweroff" + +set +e while [[ ( -d /proc/$vbox ) && ( -z `grep zombie /proc/$vbox/status` ) ]]; do sleep 1 done -exit 0 |
