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:
parent
5cc1b3184d
commit
b92b58cf66
2 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ ynh_app_setting_set $app final_path $final_path
|
||||||
git clone https://github.com/Requarks/wiki "$final_path"
|
git clone https://github.com/Requarks/wiki "$final_path"
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
git checkout "tags/2.0.0-beta.13"
|
git checkout "tags/2.0.0-beta.13" --quiet
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -87,8 +87,8 @@ path_url=$(ynh_normalize_url_path $path_url)
|
||||||
#ynh_setup_source "$final_path"
|
#ynh_setup_source "$final_path"
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
git pull
|
git fetch origin
|
||||||
git checkout "tags/2.0.0-beta.13"
|
git checkout "tags/2.0.0-beta.13" --quiet
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue