1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Silence warnings

This commit is contained in:
Éric Gaspar 2022-11-05 15:53:13 +01:00
parent 05361bd345
commit a2a7e92076
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ ynh_app_setting_set --app=$app --key=maintenance_mode --value=$maintenance_mode
#=================================================
ynh_script_progression --message="Installing dependencies..." --weight=10
ynh_install_app_dependencies $pkg_dependencies
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
#=================================================
# CREATE A POSTGRESQL DATABASE

View file

@ -50,7 +50,7 @@ test ! -d $final_path \
ynh_script_progression --message="Reinstalling dependencies..." --weight=10
# Define and install dependencies
ynh_install_app_dependencies $pkg_dependencies
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
#=================================================
# RESTORE THE NGINX CONFIGURATION

View file

@ -153,7 +153,7 @@ fi
#=================================================
ynh_script_progression --message="Upgrading dependencies..." --weight=7
ynh_install_app_dependencies $pkg_dependencies
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
#=================================================
# STANDARD UPGRADE STEPS