1
0
Fork 0
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:
Anmol 2017-07-05 18:41:38 +05:30
parent e34ff68e31
commit dee9962cef

View file

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