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