From c1030b284a572cae0a1e3091299581a26efbcbbe Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Dec 2021 16:19:31 +0100 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7b148d4..ac4a1a5 100755 --- a/scripts/install +++ b/scripts/install @@ -110,9 +110,9 @@ if [ ! -e "$calibre_dir"/metadata.db ]; then cp -a ../conf/metadata.db.empty $calibre_dir/metadata.db fi -chmod 750 "$calibre_dir" -chmod -R o-rwx "$calibre_dir" -chown -R $app:www-data "$calibre_dir" +#chmod 750 "$calibre_dir" +#chmod -R o-rwx "$calibre_dir" +#chown -R $app:www-data "$calibre_dir" #================================================= # ADD A CONFIGURATION