aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-09 21:22:43 -0500
committerDave Reisner <d@falconindy.com>2010-01-09 21:22:43 -0500
commit371c9bd0155cba3707f48a70884e09c9529989ee (patch)
treea16160073a3b62f31edc2f28b7fa615eae874614
parent300ac9d4edc7196e630f30482c928e7ed47f5ac3 (diff)
downloadsquashfu-371c9bd0155cba3707f48a70884e09c9529989ee.tar.gz
Exit at end of rollback dispatcher
-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