Dumb typo!

This commit is contained in:
rperper
2018-10-30 12:36:05 -04:00
parent dc5a7844ed
commit 38cee60439

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