Typo
This commit is contained in:
parent
a9d8d0576d
commit
3ee9c30cf4
|
@ -41,7 +41,7 @@ DEFAULT_PASSWORD_LENGTH=20
|
||||||
|
|
||||||
function enforce_good_passwords {
|
function enforce_good_passwords {
|
||||||
# because humans are generally bad at choosing passwords
|
# because humans are generally bad at choosing passwords
|
||||||
if [[ $(is_completd $FUNCNAME) == "1" ]]; then
|
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
apt-get -y install libpam-cracklib
|
apt-get -y install libpam-cracklib
|
||||||
|
|
Loading…
Reference in New Issue