diff --git a/root/etc/cont-init.d/99-start.bash b/root/etc/cont-init.d/99-start.bash deleted file mode 100644 index 2e579a5..0000000 --- a/root/etc/cont-init.d/99-start.bash +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/with-contenv bash -echo "------------------------------------------------------------" -echo "|~) _ ._ _| _ ._ _ |\ |o._ o _ |~|_|_|" -echo "|~\(_|| |(_|(_)| | || \||| |_|(_||~| | |<" -echo "Presenets: lidarr-extended" -echo "------------------------------------------------------------" -echo "Donate: https://github.com/sponsors/RandomNinjaAtk" -echo "Project: https://github.com/RandomNinjaAtk/docker-lidarr-extended" -echo "Support: https://discord.gg/JumQXDc" -echo "------------------------------------------------------------" - -if [ "$autoStart" = "true" ]; then - echo "Automatic Start Enabled, starting..." - bash /config/extended/scripts/start.sh -else - echo "Automatic Start Disabled, manually run using this command:" - echo "bash /config/extended/scripts/start.sh" -fi - -exit $?