fetch ftp service name

This commit is contained in:
Usman Nasir
2020-04-17 06:06:22 +05:00
parent 53d855881c
commit 7761b768ed

View File

@@ -190,7 +190,7 @@ class preFlightsChecks:
@staticmethod
def pureFTPDServiceName(distro):
if distro == ubuntu:
return 'pure-ftpd'
return 'pure-ftpd-mysql'
return 'pure-ftpd'
@staticmethod