Fix typo
This commit is contained in:
@@ -499,6 +499,8 @@ class WOStackController(CementBaseController):
|
|||||||
pargs.proftpd = True
|
pargs.proftpd = True
|
||||||
pargs.utils = True
|
pargs.utils = True
|
||||||
pargs.redis = True
|
pargs.redis = True
|
||||||
|
packages = \
|
||||||
|
packages + ['/var/www/22222/htdocs/*']
|
||||||
|
|
||||||
if pargs.web:
|
if pargs.web:
|
||||||
pargs.nginx = True
|
pargs.nginx = True
|
||||||
@@ -686,6 +688,8 @@ class WOStackController(CementBaseController):
|
|||||||
pargs.proftpd = True
|
pargs.proftpd = True
|
||||||
pargs.utils = True
|
pargs.utils = True
|
||||||
pargs.redis = True
|
pargs.redis = True
|
||||||
|
packages = \
|
||||||
|
packages + ['/var/www/22222/htdocs/*']
|
||||||
|
|
||||||
if pargs.web:
|
if pargs.web:
|
||||||
pargs.nginx = True
|
pargs.nginx = True
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ class WOStackStatusController(CementBaseController):
|
|||||||
def start(self):
|
def start(self):
|
||||||
"""Start services"""
|
"""Start services"""
|
||||||
services = []
|
services = []
|
||||||
pargs = pargs = self.app.pargs
|
pargs = self.app.pargs
|
||||||
if not (pargs.nginx or pargs.php or
|
if not (pargs.nginx or pargs.php or
|
||||||
pargs.php73 or
|
pargs.php73 or
|
||||||
pargs.mysql or
|
pargs.mysql or
|
||||||
|
|||||||
Reference in New Issue
Block a user