Compare commits
1 Commits
requiremen
...
fix-pwgen
Author | SHA1 | Date | |
---|---|---|---|
08d937104e |
2
abra
2
abra
@ -1649,7 +1649,7 @@ sub_app_secret_generate(){
|
||||
if [[ -n "$LENGTH" ]]; then
|
||||
if [ -z "$abra__cmd_" ]; then
|
||||
require_binary pwgen
|
||||
abra__cmd_="pwgen -s \"$LENGTH\" 1"
|
||||
abra__cmd_="pwgen -s $LENGTH 1"
|
||||
fi
|
||||
else
|
||||
if [ -z "$abra__cmd_" ]; then
|
||||
|
Reference in New Issue
Block a user