mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
replaced path_url to path in restore script
This commit is contained in:
parent
e34ff68e31
commit
dee9962cef
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ source /usr/share/yunohost/helpers
|
|||
|
||||
# Retrieve old app settings
|
||||
domain=$(ynh_app_setting_get "$app" domain)
|
||||
path=$(ynh_app_setting_get "$app" path_url)
|
||||
path=$(ynh_app_setting_get "$app" path)
|
||||
is_public=$(ynh_app_setting_get "$app" is_public)
|
||||
|
||||
# Check domain/path availability
|
||||
|
|
Loading…
Reference in a new issue