From 7761b768ed5eff348d4f7d4b6424d74420f48492 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Fri, 17 Apr 2020 06:06:22 +0500 Subject: [PATCH] fetch ftp service name --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 2a5e8ed43..665b6b1aa 100755 --- a/install/install.py +++ b/install/install.py @@ -190,7 +190,7 @@ class preFlightsChecks: @staticmethod def pureFTPDServiceName(distro): if distro == ubuntu: - return 'pure-ftpd' + return 'pure-ftpd-mysql' return 'pure-ftpd' @staticmethod