diff --git a/install/install.py b/install/install.py index 788b91b4b..6de8c8125 100644 --- a/install/install.py +++ b/install/install.py @@ -48,7 +48,7 @@ class preFlightsChecks: @staticmethod - def pureFTPDServiceName(self, distro): + def pureFTPDServiceName(distro): if distro == ubuntu: return 'pure-ftpd-mysql' return 'pure-ftpd'