From f71df710bcbf8370a7b48ad10800b27422a67fe1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 14 Feb 2022 08:13:12 +0100 Subject: [PATCH] Update 99-run.sh --- joplin/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 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 8533c6a44..dcdc8c854 100644 --- a/joplin/rootfs/etc/cont-init.d/99-run.sh +++ b/joplin/rootfs/etc/cont-init.d/99-run.sh @@ -22,7 +22,7 @@ fi mkdir -p "$LOCATION"/resources ln -s $LOCATION/resources /home/joplin/packages/server - # chown -R www-data:www-data "$LOCATION" + chown -R joplin:joplin "$LOCATION" chmod -R 777 "$LOCATION" chmod 777 "$LOCATION/database.sqlite" export SQLITE_DATABASE="$LOCATION/database.sqlite"