1
0
Fork 0
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:
OniriCorpe 2023-08-22 20:13:19 +02:00
parent b2ad933bc5
commit e9abb18813

View file

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