|
|
@ -10,7 +10,7 @@ echo "Donate: https://github.com/sponsors/RandomNinjaAtk"
|
|
|
|
echo "Project: https://github.com/RandomNinjaAtk/docker-lidarr-extended"
|
|
|
|
echo "Project: https://github.com/RandomNinjaAtk/docker-lidarr-extended"
|
|
|
|
echo "Support: https://github.com/RandomNinjaAtk/docker-lidarr-extended/discussions"
|
|
|
|
echo "Support: https://github.com/RandomNinjaAtk/docker-lidarr-extended/discussions"
|
|
|
|
echo "-----------------------------------------------------------------------------"
|
|
|
|
echo "-----------------------------------------------------------------------------"
|
|
|
|
if [ "$autoStart" = "true" ]; then
|
|
|
|
if [ "$autoStart" = "true" ] && [ "$enableVideoScript" = "true" ]; then
|
|
|
|
echo "Automatic Start Enabled, starting in 2 min..."
|
|
|
|
echo "Automatic Start Enabled, starting in 2 min..."
|
|
|
|
sleep 2m
|
|
|
|
sleep 2m
|
|
|
|
bash /config/extended/scripts/start_video.sh
|
|
|
|
bash /config/extended/scripts/start_video.sh
|
|
|
|