summaryrefslogtreecommitdiff
path: root/build-os
diff options
context:
space:
mode:
Diffstat (limited to 'build-os')
-rwxr-xr-xbuild-os1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-os b/build-os
index 652ea09..930ce3f 100755
--- a/build-os
+++ b/build-os
@@ -18,6 +18,7 @@ function unmount_pseudo_filesystems(){
function on_exit(){
set +e
+ sleep 2 # wait for things to settle...
unmount_pseudo_filesystems
}
trap on_exit EXIT