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