From 5d62a9cf1d750caf5362a8ee95575d71f90ecb60 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 25 May 2024 09:23:01 +0200 Subject: [PATCH] Fix upgrade --- scripts/upgrade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 8b04d48..a083803 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -63,9 +63,8 @@ then pushd $install_dir chown -R $app:www-data "$install_dir" - + ynh_exec_warn_less ynh_exec_as $app git config --global --add safe.directory "$install_dir" ynh_exec_warn_less ynh_exec_as $app git fetch - #git checkout master ynh_exec_warn_less ynh_exec_as $app git pull popd fi