From 5d192107aff704591f122993239b42fedf2016f2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 15 Sep 2022 18:21:25 +0200 Subject: [PATCH] Update 20-folders.sh --- overseerr/rootfs/etc/cont-init.d/20-folders.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/overseerr/rootfs/etc/cont-init.d/20-folders.sh b/overseerr/rootfs/etc/cont-init.d/20-folders.sh index 21b99ca65..83c94f987 100644 --- a/overseerr/rootfs/etc/cont-init.d/20-folders.sh +++ b/overseerr/rootfs/etc/cont-init.d/20-folders.sh @@ -11,4 +11,5 @@ if [ -d /config/addons_config/addons_config/overseerr ]; then fi chown -R abc:abc /config/addons_config/overseerr +chown -R abc:abc /config/.config/yarn chmod -R 777 /config/.config/yarn