This commit is contained in:
VirtuBox
2019-08-27 22:25:18 +02:00
parent 8db9521a9a
commit 446ab8d7c7
2 changed files with 5 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class WOStackStatusController(CementBaseController):
def start(self):
"""Start services"""
services = []
pargs = pargs = self.app.pargs
pargs = self.app.pargs
if not (pargs.nginx or pargs.php or
pargs.php73 or
pargs.mysql or