parent
f8bc039dc8
commit
86f3cd121f
1 changed files with 8 additions and 0 deletions
|
@ -19,4 +19,12 @@ mkdir -p /config/extended
|
||||||
echo "Download PlexNotify script..."
|
echo "Download PlexNotify script..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/PlexNotify.bash -o /config/extended/PlexNotify.bash
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/PlexNotify.bash -o /config/extended/PlexNotify.bash
|
||||||
echo "Done"
|
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
|
exit
|
||||||
|
|
Loading…
Reference in a new issue