From 8e856e04183495d601a1c19a821355b6f6cfd82d Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 17 Jul 2023 10:34:26 +0000 Subject: [PATCH] Set permissions --- readarr/setup.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readarr/setup.bash b/readarr/setup.bash index a1e7b3f..2ccd4ab 100644 --- a/readarr/setup.bash +++ b/readarr/setup.bash @@ -24,6 +24,8 @@ echo "Download AutoConfig config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/AutoConfig.json -o /config/extended/AutoConfig.json echo "Done" +chmod 777 -R /config/extended + if [ ! -f /config/extended.conf ]; then echo "Download Extended config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/extended.conf -o /config/extended.conf