X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=mount-latest-subvol;h=49dfac72910f8ecb0ed8b42a5ca9c9f3cdb4a1be;hp=026f490025538ffd1361217380b336836fe61c2c;hb=a1ebefe19ab910d20fad0c2fd88637fee23dee7c;hpb=7f759d320592e791a62cd0a966350e8c53ee0976 diff --git a/mount-latest-subvol b/mount-latest-subvol index 026f490..49dfac7 100644 --- a/mount-latest-subvol +++ b/mount-latest-subvol @@ -108,7 +108,7 @@ kill-dir() { # you can remove this if you do not have options which can have args with spaces or empty. -verbose=false +verbose=true force=false temp=$(getopt -l help,force,verbose hfv "$@") || usage 1 eval set -- "$temp"