diff options
| author | Dave Reisner <d@falconindy.com> | 2010-01-12 00:29:09 -0500 |
|---|---|---|
| committer | Dave Reisner <d@falconindy.com> | 2010-01-12 00:29:09 -0500 |
| commit | ea9d4790caf9ef483470c5469ab8262f47af9177 (patch) | |
| tree | d2e7099378dfb5334bf55b8290bee37a90697934 | |
| parent | 244159ef3ee32f1e54187e7b4890dbb4570e268c (diff) | |
| download | squashfu-ea9d4790caf9ef483470c5469ab8262f47af9177.tar.gz | |
Keep unmount_all calls in both create_new_squash and in action_backup. Doesn't matter that the call from action_backup might fail 1 out of 10 times
| -rwxr-xr-x | squashfu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ action_backup () { # TODO: Report if requested - #unmount_all + unmount_all } action_rollback () { |
