aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-12 00:29:09 -0500
committerDave Reisner <d@falconindy.com>2010-01-12 00:29:09 -0500
commitea9d4790caf9ef483470c5469ab8262f47af9177 (patch)
treed2e7099378dfb5334bf55b8290bee37a90697934 /squashfu
parent244159ef3ee32f1e54187e7b4890dbb4570e268c (diff)
downloadsquashfu-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
Diffstat (limited to 'squashfu')
-rwxr-xr-xsquashfu2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfu b/squashfu
index 47c854d..7553332 100755
--- a/squashfu
+++ b/squashfu
@@ -254,7 +254,7 @@ action_backup () {
# TODO: Report if requested
- #unmount_all
+ unmount_all
}
action_rollback () {