mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
Fix
This commit is contained in:
parent
89c155ea2f
commit
a974854715
2 changed files with 8 additions and 1 deletions
|
@ -6,8 +6,14 @@
|
|||
"en": "Online web spreadsheet editor providing collaborative editing in really real-time",
|
||||
"fr": "Feuille de calcul collaborative en ligne"
|
||||
},
|
||||
"version": "0.20170704.0~ynh1",
|
||||
"version": "20201228~ynh1",
|
||||
"url": "https://ethercalc.net/",
|
||||
"upstream": {
|
||||
"license": "CPAL-1.0&Artistic-2.0",
|
||||
"website": "https://ethercalc.net/",
|
||||
"demo": "https://ethercalc.net/",
|
||||
"code": "https://github.com/audreyt/ethercalc"
|
||||
},
|
||||
"license": "CPAL-1.0&Artistic-2.0",
|
||||
"maintainer": {
|
||||
"name": "ljf",
|
||||
|
|
|
@ -19,6 +19,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue