1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00

changed ynh_app_setting_get path in the upgrade script

This commit is contained in:
Anmol 2017-07-02 16:37:36 +05:30
parent 306193a7df
commit 5b9d7851f7

View file

@ -11,7 +11,7 @@ source /usr/share/yunohost/helpers
# Retrieve app settings
domain=$(ynh_app_setting_get "$app" domain)
path_url=$(ynh_app_setting_get "$app" path_url)
path_url=$(ynh_app_setting_get "$app" path)
is_public=$(ynh_app_setting_get "$app" is_public)