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