Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1fbc6c8125 |
@@ -205,7 +205,7 @@ while read i; do
|
||||
# Note we only create a password if we need it
|
||||
# password + store pwgen 10 1 -1
|
||||
if [ -z "${_password}" ]; then
|
||||
password=$(printf "%s" $(pwgen 10 1));
|
||||
password=$(printf "%s" $(pwgen 14 1));
|
||||
else
|
||||
echo "! Override password set";
|
||||
password=${_password};
|
||||
|
||||
Reference in New Issue
Block a user