From 03a0b42c115f1c55bcbb833f9148a86d6eace674 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Wed, 23 Jan 2019 23:35:43 +0100 Subject: [PATCH] add multimedia dir --- scripts/upgrade | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 875de9c..9a45b42 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 #=================================================