mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Not show the stdout warnings
This commit is contained in:
parent
951871400d
commit
763d406fae
2 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ ynh_store_file_checksum --file="$final_path/config/local.config.php"
|
|||
|
||||
# Run composer
|
||||
pushd "$final_path"
|
||||
php$phpversion bin/composer.phar install
|
||||
php$phpversion bin/composer.phar install 2> /dav/null
|
||||
bin/console config system addon ldapauth
|
||||
popd
|
||||
ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" <<< "INSERT INTO addon (id, name, version, installed, hidden, timestamp, plugin_admin) VALUES (NULL, 'ldapauth', '', '1', '0', UNIX_TIMESTAMP(), '0');"
|
||||
|
|
|
@ -196,7 +196,7 @@ cp "../conf/poller-cron" "/etc/cron.d/$app"
|
|||
|
||||
# Run composer
|
||||
pushd "$final_path"
|
||||
php$phpversion bin/console dbstructure update
|
||||
php$phpversion bin/console dbstructure update 2> /dev/null
|
||||
bin/console config system addon ldapauth
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in a new issue