From ba01c3ebeb1f54fd30cd31d53450fecbd746d45a Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sat, 27 Jan 2018 16:57:44 +0100 Subject: [PATCH] Fix issue if http-authentication is network activated --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index afd5074..8fe8b2d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -169,7 +169,7 @@ update_plugin wp-fail2ban $wpcli_alias plugin activate wp-fail2ban $plugin_network # Disable broken plugin http-authentication -$wpcli_alias plugin is-installed http-authentication && $wpcli_alias plugin deactivate http-authentication +$wpcli_alias plugin is-installed http-authentication && $wpcli_alias plugin deactivate http-authentication $plugin_network #================================================= # STORE THE CHECKSUM OF THE CONFIG FILE