1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

Fix issue if http-authentication is network activated

This commit is contained in:
Maniack Crudelis 2018-01-27 16:57:44 +01:00 committed by GitHub
parent e32cd0e776
commit ba01c3ebeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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