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

2 years ago
#!/usr/bin/with-contenv bash
if [ "$configureLidarrWithOptimalSettings" != "true" ]; then
echo "AutoConfig.bash Script disabled, enable by setting parameter: configureLidarrWithOptimalSettings=true"
sleep infinity
fi
2 years ago
echo "Waiting for Lidarr to startup..."
sleep 2m
2 years ago
echo "Starting AutoConfig.bash Script...."
bash /config/extended/scripts/AutoConfig.bash
sleep infinity
2 years ago
exit