mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Fix
This commit is contained in:
parent
e22c60c5fc
commit
22c62423d5
2 changed files with 1 additions and 4 deletions
|
@ -2,9 +2,6 @@
|
|||
"name": "Element",
|
||||
"id": "element",
|
||||
"packaging_format": 1,
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.2.6.1"
|
||||
},
|
||||
"description": {
|
||||
"en": "Web client for matrix",
|
||||
"fr": "Client web pour matrix"
|
||||
|
|
|
@ -26,7 +26,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)
|
||||
|
||||
#=================================================
|
||||
# CHECK IF THE APP CAN BE RESTORED
|
||||
|
|
Loading…
Add table
Reference in a new issue