From 791011e4093f2ae69fd33b5ad59256a054c09990 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 12 Jul 2023 11:06:08 +0000 Subject: [PATCH] Enable configuration custimizations. --- sonarr/setup.bash | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sonarr/setup.bash b/sonarr/setup.bash index bbed488..34f5fc6 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -91,6 +91,13 @@ echo "Download Recyclarr config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/recyclarr.yaml -o /config/extended/recyclarr.yaml echo "Done" +if [ ! -f /config/extended/extended.conf ]; then + echo "Download Extended config..." + curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/extended.conf -o /config/extended/extended.conf + chmod 777 /config/extended/extended.conf + echo "Done" +fi + chmod 777 -R /config/extended exit