From 860ca56bc7eb49216fec57931e0d8dae785349cf Mon Sep 17 00:00:00 2001 From: rperper Date: Wed, 7 Nov 2018 08:21:14 -0500 Subject: [PATCH] Update for pure-ftpd-mysql --- install/installCyberPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index 7471d113b..2beb14adb 100644 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -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"