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:
parent
fc048c4242
commit
c4968cafb5
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ fi
|
||||||
# Replace wp-fail2ban by wp-fail2ban-redux
|
# 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
|
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"
|
wpcli_alias="php$phpversion $final_path/wp-cli.phar --allow-root --path=$final_path"
|
||||||
|
plugin_network=""
|
||||||
if [ $multisite -eq 1 ]; then
|
if [ $multisite -eq 1 ]; then
|
||||||
plugin_network="--network"
|
plugin_network="--network"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue