From 7b82aae8ce4750895c38cbde9831529e4bba77c4 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 30 Oct 2019 12:09:25 +0100 Subject: [PATCH] Fix stack upgrade --- wo/cli/plugins/stack_upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_upgrade.py b/wo/cli/plugins/stack_upgrade.py index cd860b5..ab12b55 100644 --- a/wo/cli/plugins/stack_upgrade.py +++ b/wo/cli/plugins/stack_upgrade.py @@ -66,7 +66,7 @@ class WOStackUpgradeController(CementBaseController): if ((not pargs.web) and (not pargs.nginx) and (not pargs.php) and (not pargs.php73) and - (not pargs.mysql) and + (not pargs.mysql) and (not pargs.ngxblocker) and (not pargs.all) and (not pargs.wpcli) and (not pargs.netdata) and (not pargs.composer) and (not pargs.phpmyadmin) and (not pargs.dashboard) and