From 8409d04b982d02b516384a1cca0251964f485a18 Mon Sep 17 00:00:00 2001 From: rperper Date: Tue, 30 Oct 2018 12:36:05 -0400 Subject: [PATCH] Dumb typo! --- install/installCyberPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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