summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instdata.py b/instdata.py
index c07a87aff..f0ab0a29c 100644
--- a/instdata.py
+++ b/instdata.py
@@ -245,7 +245,7 @@ class InstallData:
if self.rootPassword["isCrypted"]:
args = " --iscrypted %s" % self.rootPassword["password"]
else:
- args = " --iscrypted %s" % users.cryptPassword(self.rootPassword["password"], useMD5))
+ args = " --iscrypted %s" % users.cryptPassword(self.rootPassword["password"], useMD5)
if self.rootPassword["lock"]:
args += " --lock"