Move to new workflow/process

pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 8cfcce8c9c
commit 6cd3952b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,22 +1,11 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
echo "-----------------------------------------------------------------------------"
echo " |~) _ ._ _| _ ._ _ |\ |o._ o _ |~|_|_|"
echo " |~\(_|| |(_|(_)| | || \||| |_|(_||~| | |<"
echo " Presents: lidarr-extended"
echo " Docker Version: $dockerVersion"
echo " May the vidz be with you!"
echo "-----------------------------------------------------------------------------"
echo "Donate: https://github.com/sponsors/RandomNinjaAtk"
echo "Project: https://github.com/RandomNinjaAtk/docker-lidarr-extended"
echo "Support: https://github.com/RandomNinjaAtk/docker-lidarr-extended/discussions"
echo "-----------------------------------------------------------------------------"
if [ "$autoStart" = "true" ] && [ "$enableVideoScript" = "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/Video.sh
else else
echo "Automatic Start Disabled, manually run using this command:" echo "Automatic Start Disabled, manually run using this command:"
echo "bash /config/extended/scripts/start_video.sh" echo "bash /config/extended/scripts/Video.sh"
sleep infinity sleep infinity
fi fi

Loading…
Cancel
Save