From 792d07fd55939760267d1d0b1c2a6e35bac4e8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 24 Jun 2022 00:07:24 +0200 Subject: [PATCH] Silence warnings --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 81500bf..5cc5285 100755 --- a/scripts/install +++ b/scripts/install @@ -65,7 +65,7 @@ ynh_script_progression --message="Installing dependencies..." if [ $database = "postgresql" ]; then pkg_dependencies="$pkg_dependencies $pg_pkg_dependencies" fi -ynh_install_app_dependencies $pkg_dependencies +ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies #================================================= # CREATE DEDICATED USER