From 38cee60439b1ae2474624d9b54b772c73adeab40 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