aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsquashfu2
1 files changed, 2 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index cc56e34..1200af6 100755
--- a/squashfu
+++ b/squashfu
@@ -348,6 +348,8 @@ dispatch_rollback () {
# Convert day to numerical day of week and mount
mount_union_ro $(date --date=$1 +%u) $2
+
+ exit 0
}
# Determine operation and send to appropriate dispatcher