From 2494b672d82e7ff1a887aac1606c51044a7fb6a9 Mon Sep 17 00:00:00 2001 From: rperper Date: Wed, 7 Nov 2018 09:03:16 -0500 Subject: [PATCH] Another dumb bug --- install/installCyberPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index 7d2f99ba9..56caee0fe 100644 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -648,7 +648,7 @@ class InstallCyberPanel: @staticmethod def pureFTPDServiceName(self, distro): - if distro == ubuntu + if distro == ubuntu: return 'pure-ftpd-mysql' return 'pure-ftpd'