1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix upgrade

This commit is contained in:
yalh76 2019-02-04 01:10:01 +01:00
parent 5cc1b3184d
commit b92b58cf66
2 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@ ynh_app_setting_set $app final_path $final_path
git clone https://github.com/Requarks/wiki "$final_path"
pushd $final_path
git checkout "tags/2.0.0-beta.13"
git checkout "tags/2.0.0-beta.13" --quiet
popd
#=================================================

View file

@ -87,8 +87,8 @@ path_url=$(ynh_normalize_url_path $path_url)
#ynh_setup_source "$final_path"
pushd $final_path
git pull
git checkout "tags/2.0.0-beta.13"
git fetch origin
git checkout "tags/2.0.0-beta.13" --quiet
popd
#=================================================