1
0
Fork 0
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:
Krakinou 2019-01-23 23:35:43 +01:00
parent fa1300ac02
commit 03a0b42c11

View file

@ -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.
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
#=================================================