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.

14 lines
388 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
else
echo "Waiting for Lidarr to startup..."
sleep 2m
fi
echo "Starting AutoConfig.bash Script...."
bash /config/extended/scripts/AutoConfig.bash
sleep infinity
exit $?