1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Permission fix2

This commit is contained in:
Krakinou 2018-12-16 18:25:02 +01:00
parent fee84fa727
commit 219099e264
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ You may activate backup of the library with
``` ```
yunohost app setting calibreweb backup_core_only -v 0 yunohost app setting calibreweb backup_core_only -v 0
``` ```
By default, removing the app will **never** delete the library.
## Limitations ## Limitations

View file

@ -107,6 +107,7 @@ ynh_add_nginx_config
# Create a system user # Create a system user
ynh_system_user_create $app ynh_system_user_create $app
chown -R $app: $final_path
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD