Fix upgrade again (ownership)

This commit is contained in:
Florent 2023-02-03 17:40:00 +01:00 committed by Florent F
parent fee5218833
commit 6754aa1542

View file

@ -81,9 +81,9 @@ then
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
pushd "$final_path" pushd "$final_path"
git checkout master ynh_exec_as $app git checkout master
git pull --quiet ynh_exec_as $app git pull --quiet
git checkout $COMMIT --quiet ynh_exec_as $app git checkout $COMMIT --quiet
popd popd
fi fi