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

ynh_exec_warn_less wget

This commit is contained in:
Kay0u 2020-12-02 14:01:47 +01:00
parent a0d0ac80bc
commit d82aef418e
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -137,7 +137,7 @@ if [ -z "$phpversion" ]; then
fi
# Replace wp-fail2ban by wp-fail2ban-redux
wget -nv https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -O $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"
if [ $multisite -eq 1 ]; then
plugin_network="--network"