mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
add multimedia dir
This commit is contained in:
parent
fa1300ac02
commit
03a0b42c11
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ ynh_backup_if_checksum_is_different "$final_path/app.db"
|
||||||
# Recalculate and store the checksum of the file for the next upgrade.
|
# Recalculate and store the checksum of the file for the next upgrade.
|
||||||
ynh_store_file_checksum "$final_path/app.db"
|
ynh_store_file_checksum "$final_path/app.db"
|
||||||
|
|
||||||
|
#build multimedia directory
|
||||||
|
#Create multimedia directory but we do not change the calibre_dir : It's the user to make this choice.
|
||||||
|
ynh_multimedia_build_main_dir
|
||||||
|
ynh_multimedia_addaccess $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP LOGROTATE
|
# SETUP LOGROTATE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue