mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
Fix upgrade again (ownership)
This commit is contained in:
parent
fee5218833
commit
6754aa1542
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue