1
0
Fork 0
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:
yalh76 2019-02-02 20:54:59 +01:00
parent 12f480dc1e
commit 7689f352be

View file

@ -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