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:
parent
fee84fa727
commit
219099e264
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue