diff --git a/ee/cli/plugins/stack_services.py b/ee/cli/plugins/stack_services.py index b949b96a..3c4b1603 100644 --- a/ee/cli/plugins/stack_services.py +++ b/ee/cli/plugins/stack_services.py @@ -264,6 +264,11 @@ class EEStackStatusController(CementBaseController): else: Log.info(self, "PHP5.6-FPM is not installed") + if EEAptGet.is_installed(self, 'php7.0-fpm'): + services = services + ['php7.0-fpm'] + else: + Log.info(self, "PHP7.0-FPM is not installed") + if self.app.pargs.mysql: if ((EEVariables.ee_mysql_host is "localhost") or (EEVariables.ee_mysql_host is "127.0.0.1")):