From ad966813f5dfdaa078a45536078edcffff088f05 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 10 Jan 2021 17:09:04 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 938d5be..69a1c46 100644 --- a/scripts/install +++ b/scripts/install @@ -6,6 +6,7 @@ # IMPORT GENERIC HELPERS #================================================= +source _common.sh source /usr/share/yunohost/helpers #================================================= @@ -72,7 +73,7 @@ logs_path="/var/log/$app" #================================================= 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 MYSQL DATABASE