You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
377 B
12 lines
377 B
#!/usr/bin/with-contenv bash
|
|
if [ "$configureLidarrWithOptimalSettings" != "true" ]; then
|
|
echo "AutoConfig.bash Script disabled, enable by setting parameter: configureLidarrWithOptimalSettings=true"
|
|
sleep infinity
|
|
fi
|
|
echo "Waiting for Lidarr to startup..."
|
|
sleep 2m
|
|
echo "Starting AutoConfig.bash Script...."
|
|
bash /config/extended/scripts/AutoConfig.bash
|
|
sleep infinity
|
|
exit
|