Bob Mottram 8 years ago
parent
commit
3ee9c30cf4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-passwords

+ 1
- 1
src/freedombone-utils-passwords View File

@@ -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