From cc7d137475beaa1ff506eeb62d1bf6847e52f260 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 6 Jan 2022 11:24:34 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2652e37..c53f842 100755 --- a/scripts/install +++ b/scripts/install @@ -111,7 +111,7 @@ if [ ! -e "$calibre_dir"/metadata.db ]; then fi chmod 750 "$calibre_dir" -chmod 777 "$calibre_dir/metadata.db" +chmod 775 "$calibre_dir/metadata.db" chmod -R o-rwx "$calibre_dir" chown -R $app:www-data "$calibre_dir"