From 4baed8bc18dc07176aa91793d8af482dbccffae5 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 26 Jul 2023 16:26:00 +0200 Subject: [PATCH] hide the warnings They have no critical implications --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4e29baf..6115c3e 100644 --- a/scripts/install +++ b/scripts/install @@ -48,7 +48,7 @@ php_exec="ynh_exec_as $app php$phpversion "$install_dir/bin/console" --no-intera chown -R $app: $install_dir # Install dependencies and Wallabag -$php_exec wallabag:install +ynh_warn_less $php_exec wallabag:install # Add users to Wallabag for username in $(ynh_user_list)