diff options
| author | Dave Reisner <d@falconindy.com> | 2010-01-09 21:24:28 -0500 |
|---|---|---|
| committer | Dave Reisner <d@falconindy.com> | 2010-01-09 21:24:28 -0500 |
| commit | b080060002c72d2c26b59ca7acbad6c7ddcb69aa (patch) | |
| tree | d26590716c33dede239c01c453c9e40f46f1cc95 /squashfu | |
| parent | 371c9bd0155cba3707f48a70884e09c9529989ee (diff) | |
| download | squashfu-b080060002c72d2c26b59ca7acbad6c7ddcb69aa.tar.gz | |
Sleep 5 seconds after rsync finishes. Not sure what else might cause this hangup on unmount
Diffstat (limited to 'squashfu')
| -rwxr-xr-x | squashfu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ do_backup () { # Call for backup! # ############################ run_rsync - + sleep 5 ##################### # Cleanup # |
