mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[enh] retrive upstream version from a file. Upgrade to v0.20.0a86
This commit is contained in:
parent
45244f04e0
commit
be1003a318
2 changed files with 2 additions and 1 deletions
1
conf/upstream_version
Normal file
1
conf/upstream_version
Normal file
|
@ -0,0 +1 @@
|
||||||
|
v0.20.0a86
|
|
@ -13,7 +13,7 @@ sync_port=$5
|
||||||
salt=$6
|
salt=$6
|
||||||
password=$7
|
password=$7
|
||||||
cpu=`bc -l <<< "scale=2; $8/100"`
|
cpu=`bc -l <<< "scale=2; $8/100"`
|
||||||
version="v0.20.0a84"
|
version=$(cat ../conf/upstream_version)
|
||||||
|
|
||||||
# Source app helpers
|
# Source app helpers
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
Loading…
Reference in a new issue