diff --git a/wo/cli/plugins/stack_services.py b/wo/cli/plugins/stack_services.py index 8d16908..f4bc268 100644 --- a/wo/cli/plugins/stack_services.py +++ b/wo/cli/plugins/stack_services.py @@ -314,7 +314,7 @@ class WOStackStatusController(CementBaseController): if WOAptGet.is_installed(self, 'php7.3-fpm'): services = services + ['php7.3-fpm'] - else: + else: Log.info(self, "PHP7.3-FPM is not installed") if self.app.pargs.php73: