diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-12 11:04:22 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-12 11:04:22 -0500 |
commit | 85e18a76d02432c556091ef2faafeadaeb9ba3db (patch) | |
tree | e8161ece8729a28da5c5e239ee481cc774537764 | |
parent | 26af29e85cb3d78fe966fbeda24905976eafe225 (diff) | |
download | squashfu-85e18a76d02432c556091ef2faafeadaeb9ba3db.tar.gz |
Add option to call unmount_all
-rwxr-xr-x | squashfu | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -307,6 +307,7 @@ action_report () { case $1 in "-B") action_backup ;; "-R") shift, action_rollback ;; + "-U") unmount_all ;; *) "Invalid action" ;; esac |