mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
change git pull
This commit is contained in:
parent
12f480dc1e
commit
7689f352be
1 changed files with 4 additions and 1 deletions
|
@ -85,7 +85,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 && git pull)
|
||||
|
||||
pushd $final_path
|
||||
git pull
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue