From b080060002c72d2c26b59ca7acbad6c7ddcb69aa Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 9 Jan 2010 21:24:28 -0500 Subject: Sleep 5 seconds after rsync finishes. Not sure what else might cause this hangup on unmount --- squashfu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfu b/squashfu index 1200af6..05be3fe 100755 --- a/squashfu +++ b/squashfu @@ -79,7 +79,7 @@ do_backup () { # Call for backup! # ############################ run_rsync - + sleep 5 ##################### # Cleanup # -- cgit v1.2.3