From 5deda8b152f9619673fc7323f47ebb554f26c3e1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 14 Feb 2022 07:44:16 +0100 Subject: [PATCH] Update 99-run.sh --- joplin/rootfs/etc/cont-init.d/99-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/joplin/rootfs/etc/cont-init.d/99-run.sh b/joplin/rootfs/etc/cont-init.d/99-run.sh index 958b212fa..6693da526 100644 --- a/joplin/rootfs/etc/cont-init.d/99-run.sh +++ b/joplin/rootfs/etc/cont-init.d/99-run.sh @@ -19,8 +19,9 @@ fi mkdir -p "$LOCATION"/resources ln -s $LOCATION/resources /home/joplin/packages/server - chown -R www-data:www-data "$LOCATION" + # chown -R www-data:www-data "$LOCATION" chmod -R 775 "$LOCATION" + chmod 777 "$LOCATION/database.sqlite" export SQLITE_DATABASE="$LOCATION/database.sqlite" if bashio::config.has_value 'POSTGRES_DATABASE'; then