mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
Update restore
This commit is contained in:
parent
c2a72fdf9d
commit
a0821a1bba
1 changed files with 5 additions and 5 deletions
|
@ -19,13 +19,13 @@ source /usr/share/yunohost/helpers
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
domain=$(ynh_app_setting_set $app domain)
|
domain=$(ynh_app_setting_get $app domain)
|
||||||
|
|
||||||
# Get old parameter of the app
|
# Get old parameter of the app
|
||||||
domain=$(ynh_app_setting_set $app domain)
|
domain=$(ynh_app_setting_get $app domain)
|
||||||
path=$(ynh_app_setting_set $app path)
|
path=$(ynh_app_setting_get $app path)
|
||||||
user=$(ynh_app_setting_set $app allowed_users)
|
user=$(ynh_app_setting_get $app allowed_users)
|
||||||
is_public=$(ynh_app_setting_set $app is_public)
|
is_public=$(ynh_app_setting_get $app is_public)
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
|
|
||||||
# Check domain/path availability
|
# Check domain/path availability
|
||||||
|
|
Loading…
Reference in a new issue