Update for pure-ftpd-mysql

This commit is contained in:
rperper
2018-11-07 08:21:14 -05:00
parent 089a349bf2
commit 860ca56bc7

View File

@@ -651,7 +651,7 @@ class InstallCyberPanel:
count = 0
while (1):
if self.distro == ubuntu:
command = 'apt-get -y install pure-ftpd'
command = 'apt-get -y install pure-ftpd-mysql'
else:
command = "yum install -y pure-ftpd"