From b03b4abd95ab2e3f00940227f65008c1ed178b3d Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 19 Jan 2024 16:50:18 +0100 Subject: [PATCH] fix perms --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index ad39c54..f8bb121 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,7 +77,7 @@ then pushd "$install_dir" chown -R "$app:www-data" "$install_dir" git config --system --add safe.directory "$install_dir" - git config pull.rebase false + ynh_exec_as "$app" git config pull.rebase false ynh_exec_as "$app" git fetch #git checkout master