Dumb typo!

This commit is contained in:
rperper
2018-10-30 12:36:05 -04:00
parent becc4184c8
commit 8409d04b98

View File

@@ -741,7 +741,7 @@ class InstallCyberPanel:
self.stdOut("Correct configuration with pure-ftpd")
count = 0
try:
ok.mkdir("/etc/pure-ftpd/conf")
os.mkdir("/etc/pure-ftpd/conf")
os.mkdir("/etc/pure-ftpd/auth")
except OSError as e:
pass