Browse Source
Merge pull request #41 from YunoHost-Apps/fix_upgrade
Fix issue if http-authentication is network activated
pull/40/head
Maniack Crudelis
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|