diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-09 21:22:43 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-09 21:22:43 -0500 |
commit | 371c9bd0155cba3707f48a70884e09c9529989ee (patch) | |
tree | a16160073a3b62f31edc2f28b7fa615eae874614 | |
parent | 300ac9d4edc7196e630f30482c928e7ed47f5ac3 (diff) | |
download | squashfu-371c9bd0155cba3707f48a70884e09c9529989ee.tar.gz |
Exit at end of rollback dispatcher
-rwxr-xr-x | squashfu | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |