Browse Source

Fix issue if http-authentication is network activated

pull/41/head
Maniack Crudelis 8 years ago
committed by GitHub
parent
commit
ba01c3ebeb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/upgrade

2
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

Loading…
Cancel
Save