Skip to content
Snippets Groups Projects
Commit 3ee9c30c authored by Bob Mottram's avatar Bob Mottram
Browse files

Typo

parent a9d8d057
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment