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:
parent
68ac2d39ef
commit
87de3cb06e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue