aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-09 21:24:28 -0500
committerDave Reisner <d@falconindy.com>2010-01-09 21:24:28 -0500
commitb080060002c72d2c26b59ca7acbad6c7ddcb69aa (patch)
treed26590716c33dede239c01c453c9e40f46f1cc95
parent371c9bd0155cba3707f48a70884e09c9529989ee (diff)
downloadsquashfu-b080060002c72d2c26b59ca7acbad6c7ddcb69aa.tar.gz
Sleep 5 seconds after rsync finishes. Not sure what else might cause this hangup on unmount
-rwxr-xr-xsquashfu2
1 files changed, 1 insertions, 1 deletions
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 #