From 4ad7965d6a35382f9dd72a050d4137efcf004dc0 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Fri, 20 Feb 2015 17:04:37 +0530 Subject: [PATCH] Now admin tools are added to default stack --- ee/cli/plugins/stack.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index 14c0382c..369cc6f6 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -1123,8 +1123,9 @@ class EEStackController(CementBaseController): (not self.app.pargs.postfix) and (not self.app.pargs.wpcli) and (not self.app.pargs.phpmyadmin) and (not self.app.pargs.adminer) and (not self.app.pargs.utils) and - (not self.app.pargs.mailscanner)): + (not self.app.pargs.mailscanner) and (not self.app.pargs.all)): self.app.pargs.web = True + self.app.pargs.admin = True if self.app.pargs.all: self.app.pargs.web = True @@ -1330,8 +1331,9 @@ class EEStackController(CementBaseController): (not self.app.pargs.postfix) and (not self.app.pargs.wpcli) and (not self.app.pargs.phpmyadmin) and (not self.app.pargs.adminer) and (not self.app.pargs.utils) and - (not self.app.pargs.mailscanner)): + (not self.app.pargs.mailscanner) and (not self.app.pargs.all)): self.app.pargs.web = True + self.app.pargs.admin = True if self.app.pargs.all: self.app.pargs.web = True @@ -1424,8 +1426,9 @@ class EEStackController(CementBaseController): (not self.app.pargs.postfix) and (not self.app.pargs.wpcli) and (not self.app.pargs.phpmyadmin) and (not self.app.pargs.adminer) and (not self.app.pargs.utils) and - (not self.app.pargs.mailscanner)): + (not self.app.pargs.mailscanner) and (not self.app.pargs.all)): self.app.pargs.web = True + self.app.pargs.admin = True if self.app.pargs.all: self.app.pargs.web = True