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:
parent
c1a5b26d86
commit
b553bb01f0
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
url_path=${path#/}
|
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"
|
ynh_add_config --template="../conf/appsettings.json.example" --destination="$install_dir/config/appsettings.json"
|
||||||
|
|
||||||
chmod 600 "$install_dir/config/appsettings.json"
|
chmod 600 "$install_dir/config/appsettings.json"
|
||||||
|
|
Loading…
Add table
Reference in a new issue