diff --git a/readarr/setup.bash b/readarr/setup.bash index 89c91a6..908a777 100644 --- a/readarr/setup.bash +++ b/readarr/setup.bash @@ -19,4 +19,12 @@ mkdir -p /config/extended echo "Download PlexNotify script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/PlexNotify.bash -o /config/extended/PlexNotify.bash echo "Done" + +if [ ! -f /config/extended.conf ]; then + echo "Download Extended config..." + curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/extended.conf -o /config/extended.conf + chmod 777 /config/extended.conf + echo "Done" +fi + exit