Fix bad path for the application

This commit is contained in:
Yalh
2019-01-29 22:09:48 +01:00
parent 593ad63708
commit d7b8631ee4
3 changed files with 3 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ 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 )
( cd $final_path && git pull )
#=================================================
# NGINX CONFIGURATION