mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
manage git upgrade
This commit is contained in:
parent
674681c3c4
commit
4f9acbd3cc
1 changed files with 4 additions and 1 deletions
|
@ -100,7 +100,10 @@ path_url=$(ynh_normalize_url_path $path_url)
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
#ynh_setup_source "$final_path"
|
||||
( cd $final_path/$app && git pull --quiet )
|
||||
pushd $final_path/$app
|
||||
git reset --hard
|
||||
git pull --quiet
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue