1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update upgrade

This commit is contained in:
frju365 2017-02-11 23:25:24 +01:00 committed by GitHub
parent 68ac2d39ef
commit 87de3cb06e

View file

@ -7,9 +7,9 @@ source ./_common
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_set $app domain)
path=$(ynh_app_setting_set $app path)
is_public=$(ynh_app_setting_set $app is_public)
domain=$(ynh_app_setting_get $app domain)
path=$(ynh_app_setting_get $app path)
is_public=$(ynh_app_setting_get $app is_public)
# Remove trailing "/" for next commands
if [[ ! "$path" == "/" ]]; then