This commit is contained in:
Bob Mottram 2016-10-17 18:27:51 +01:00
parent a9d8d0576d
commit 3ee9c30cf4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ DEFAULT_PASSWORD_LENGTH=20
function enforce_good_passwords {
# because humans are generally bad at choosing passwords
if [[ $(is_completd $FUNCNAME) == "1" ]]; then
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
return
fi
apt-get -y install libpam-cracklib