1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update restore

This commit is contained in:
Mickael-Martin 2018-12-13 12:28:36 +01:00
parent d189bf501c
commit 64cb1f53b5

View file

@ -34,7 +34,7 @@ language=$YNH_APP_ARG_LANGUAGE
### The app instance name is probably what interests you most, since this is ### The app instance name is probably what interests you most, since this is
### guaranteed to be unique. This is a good unique identifier to define installation path, ### guaranteed to be unique. This is a good unique identifier to define installation path,
### db names, ... ### db names, ...
app=$YNH_APP_INSTANCE_NAME app=ynhzabbix
#================================================= #=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
@ -56,11 +56,11 @@ ynh_webpath_register $app $domain $path_url
# STORE SETTINGS FROM MANIFEST # STORE SETTINGS FROM MANIFEST
#================================================= #=================================================
ynh_app_setting_set $app domain $domain domain=$(ynh_app_setting_get $app domain)
ynh_app_setting_set $app path $path_url path_url=$(ynh_app_setting_get $app path)
ynh_app_setting_set $app admin $admin admin=$(ynh_app_setting_get $app admin)
ynh_app_setting_set $app is_public $is_public is_public=$(ynh_app_setting_get $app is_public)
ynh_app_setting_set $app language $language language=$(ynh_app_setting_get $app language)
#================================================= #=================================================
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES