From 275cf724d9df9f1760d81c9584622c23b19eddb6 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:22:52 +0100 Subject: [PATCH] Fix warnings upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index a860987..e97c402 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -64,9 +64,9 @@ then pushd $install_dir chown -R $app:www-data "$install_dir" - ynh_exec_as $app git fetch + ynh_exec_warn_less ynh_exec_as $app git fetch #git checkout master - ynh_exec_as $app git pull + ynh_exec_warn_less ynh_exec_as $app git pull popd fi