Delete root/root/etc/cont-init.d directory

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

@ -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 /scripts/start.sh
else
echo "Automatic Start Disabled, manually run using this command:"
echo "bash /scripts/start.sh"
fi
exit $?
Loading…
Cancel
Save