mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
edit upgrade script too
This commit is contained in:
parent
2c0cff6f64
commit
af61c43d73
1 changed files with 3 additions and 0 deletions
|
@ -281,6 +281,9 @@ update_plugin () {
|
|||
}
|
||||
update_plugin authldap
|
||||
$wpcli_alias plugin activate authldap $plugin_network
|
||||
# re-apply the default LDAP configuration, hoping that admininstrator did not change these settings.
|
||||
$wpcli_alias option update authLDAPOptions --format=json < ../conf/plugin_authldap.json
|
||||
|
||||
update_plugin companion-auto-update
|
||||
$wpcli_alias plugin activate companion-auto-update $plugin_network
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue