diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-09 10:50:28 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:54 +0100 |
commit | 74c0839ad6e0da6f299b65ed39fe2f21fa19caf9 (patch) | |
tree | a39ccf0d0be7d6198f13d455af71cdbc63caad94 /testing/scripts/build-umlhostfs | |
parent | 97265abaf0265d0cc59fb1be02e3239fca3daae3 (diff) | |
download | strongswan-74c0839ad6e0da6f299b65ed39fe2f21fa19caf9.tar.bz2 strongswan-74c0839ad6e0da6f299b65ed39fe2f21fa19caf9.tar.xz |
Run on_exit commands in FILO order
Diffstat (limited to 'testing/scripts/build-umlhostfs')
-rwxr-xr-x | testing/scripts/build-umlhostfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/build-umlhostfs b/testing/scripts/build-umlhostfs index d3cb2f651..ed026b6e8 100755 --- a/testing/scripts/build-umlhostfs +++ b/testing/scripts/build-umlhostfs @@ -40,6 +40,7 @@ else fi # just to be sure +do_on_exit qemu-nbd -d $NBDEV do_on_exit umount $LOOPDIR for host in $HOSTS |