Update setup.bash
This commit is contained in:
parent
33404586bb
commit
7f21b59aed
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@ 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
|
||||
if [ ! -f /config/extended.conf ]; then
|
||||
echo "Download Extended config..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/extended.conf -o /config/extended/extended.conf
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/extended.conf -o /config/extended.conf
|
||||
chmod 777 /config/extended/extended.conf
|
||||
echo "Done"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue