diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index 789a5c3f6..eeba79d5a 100644 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -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