1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00
This commit is contained in:
ericgaspar 2021-09-14 07:31:14 +02:00
parent e22c60c5fc
commit 22c62423d5
2 changed files with 1 additions and 4 deletions

View file

@ -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"

View file

@ -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