Update for pure-ftpd-mysql

This commit is contained in:
rperper
2018-11-07 08:21:14 -05:00
parent 15fe6153e1
commit e5a4bd78f6

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"