From 69ab83554efb0aaae69fb469d11a8a8faf4b7c45 Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Tue, 28 Apr 2026 22:53:17 -0700 Subject: To: 72f96fb792b373276aded94500e9bb8bb682f60c94d748477a368e16e31fcc09 --- build-os | 1 + 1 file changed, 1 insertion(+) (limited to 'build-os') 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 -- cgit v1.2.3