Skip to content

Commit

Permalink
fixup! install 7/n: answerfile generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Oct 18, 2024
1 parent 030331a commit 3055797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.py-dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HOST_DEFAULT_PASSWORD = ""

import crypt
def hash_password(password):
"Hash passwod for /etc/password"
"Hash password for /etc/password"
salt = crypt.mksalt(crypt.METHOD_SHA512)
return crypt.crypt(password, salt)

Expand Down

0 comments on commit 3055797

Please sign in to comment.