various fixes and updates
[distro-setup] / mount-latest-subvol
index 026f490025538ffd1361217380b336836fe61c2c..49dfac72910f8ecb0ed8b42a5ca9c9f3cdb4a1be 100644 (file)
@@ -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"