mirror of
https://github.com/YunoHost-Apps/kavita_ynh.git
synced 2024-09-03 19:26:30 +02:00
getting url_path properly
This commit is contained in:
parent
b2ad933bc5
commit
e9abb18813
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ then
|
||||||
ynh_app_setting_set --app="$app" --key=key --value="$key"
|
ynh_app_setting_set --app="$app" --key=key --value="$key"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
url_path=${path#/}
|
url_path=$(ynh_app_setting_get --app="$app" --key=url_path)
|
||||||
ynh_app_setting_set --app="$app" --key=url_path --value="$url_path"
|
|
||||||
|
|
||||||
ynh_add_config --template="../conf/appsettings.json.example" --destination="$install_dir/config/appsettings.json"
|
ynh_add_config --template="../conf/appsettings.json.example" --destination="$install_dir/config/appsettings.json"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue