use pronouncable mode by default

This commit is contained in:
2018-01-21 13:48:40 +01:00
parent 93f3645fc5
commit b42d72950f
+1 -1
View File
@@ -27,7 +27,7 @@ function checkexit {
if [ $1 = 1 ]; then exit 1; fi if [ $1 = 1 ]; then exit 1; fi
} }
if [ $(zenity --question --cancel-label "More options" --ok-label "Close" --text "$(apg -m 16 -M NCL -a 1)" --title "Generated Passwords"; echo $?) == 1 ]; then if [ $(zenity --question --cancel-label "More options" --ok-label "Close" --text "$(apg -m 16 -M NCL -a 0)" --title "Generated Passwords"; echo $?) == 1 ]; then
# More options requested # More options requested
PLEN=$(zenity --entry --text "Desired length of password(s)" --title "Enter password length") PLEN=$(zenity --entry --text "Desired length of password(s)" --title "Enter password length")