use pronouncable mode by default
This commit is contained in:
+1
-1
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user