mirror of
https://github.com/YunoHost-Apps/synapse-admin_ynh.git
synced 2024-09-03 20:26:34 +02:00
Fix
This commit is contained in:
parent
fd2d3d0a8c
commit
5d0fa00cc7
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
version_commit="5262518699e86852feb3967f65d1dc6376c3d069"
|
version_commit="40d0813898bccb30f00e585718176be8e4821bbe"
|
||||||
|
|
||||||
nodejs_version=12
|
nodejs_version=12
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ then
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
git fetch --quiet
|
git fetch --quiet
|
||||||
git checkout stable --quiet
|
git checkout master --quiet
|
||||||
git pull --quiet
|
git pull --quiet
|
||||||
git reset --hard $version_commit --quiet
|
git reset --hard $version_commit --quiet
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue