mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-28 13:58:16 +00:00
Fix typo in configmanager
This commit is contained in:
@@ -486,7 +486,7 @@ def _get_valid_attrname(attrname):
|
||||
return attrname
|
||||
|
||||
|
||||
def grub_hashcrypt_value(value)
|
||||
def grub_hashcrypt_value(value):
|
||||
salt = os.urandom(64)
|
||||
algo = 'sha512'
|
||||
rounds = 10000
|
||||
|
Reference in New Issue
Block a user