From 7689f352be33e3926293cb9f7136d99067977ce9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 2 Feb 2019 20:54:59 +0100 Subject: [PATCH] change git pull --- scripts/upgrade | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b632330..1570238 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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