Enable configuration custimizations.
This commit is contained in:
parent
299f40845e
commit
791011e409
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue