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

Fix missing plugin_network

This commit is contained in:
yalh76 2022-03-16 19:56:54 +01:00
parent fc048c4242
commit c4968cafb5

View file

@ -154,6 +154,7 @@ fi
# Replace wp-fail2ban by wp-fail2ban-redux
ynh_exec_warn_less wget --no-verbose https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar --output-document=$final_path/wp-cli.phar
wpcli_alias="php$phpversion $final_path/wp-cli.phar --allow-root --path=$final_path"
plugin_network=""
if [ $multisite -eq 1 ]; then
plugin_network="--network"
fi