1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00

forgotten url_path

This commit is contained in:
OniriCorpe 2023-08-22 17:33:45 +02:00
parent c1a5b26d86
commit b553bb01f0

View file

@ -54,6 +54,8 @@ then
fi
url_path=${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"
chmod 600 "$install_dir/config/appsettings.json"