|
|
@@ -27,7 +27,7 @@ function checkexit { |
|
|
|
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 |
|
|
|
PLEN=$(zenity --entry --text "Desired length of password(s)" --title "Enter password length") |
|
|
|