diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index d839b6805..7d2f99ba9 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'