From d2404425ee803132fc521c2919bf8fcdb6239d79 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 30 Mar 2021 19:26:46 -0400 Subject: [PATCH] Create 99-start.bash --- root/etc/cont-init.d/99-start.bash | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 root/etc/cont-init.d/99-start.bash diff --git a/root/etc/cont-init.d/99-start.bash b/root/etc/cont-init.d/99-start.bash new file mode 100644 index 0000000..178e009 --- /dev/null +++ b/root/etc/cont-init.d/99-start.bash @@ -0,0 +1,11 @@ +#!/usr/bin/with-contenv bash +echo "------------------------------------------------------------" +echo "|~) _ ._ _| _ ._ _ |\ |o._ o _ |~|_|_|" +echo "|~\(_|| |(_|(_)| | || \||| |_|(_||~| | |<" +echo "Presenets: sabnzbd-extended" +echo "------------------------------------------------------------" +echo "Donate: https://github.com/sponsors/RandomNinjaAtk" +echo "Project: https://github.com/RandomNinjaAtk/docker-sabnzbd-extended" +echo "Support: https://discord.gg/JumQXDc" +echo "------------------------------------------------------------" +exit 0