From 1d5de02310a9c5a48c63ca818923400fad07b4d0 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 3 Feb 2025 21:06:37 -0600 Subject: [PATCH] Add donate links to logs --- root/start.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/root/start.sh b/root/start.sh index 0c2d9ff..5a1e435 100755 --- a/root/start.sh +++ b/root/start.sh @@ -9,5 +9,10 @@ echo "| '_ \ / _ \ __| '_ \ / _ \ / _ \| __| \ \/ / | | |_ / " echo "| | | | __/ |_| |_) | (_) | (_) | |_ _ > <| |_| |/ / " echo "|_| |_|\___|\__|_.__/ \___/ \___/ \__(_)_/\_\\__, /___| " echo " |___/ " - +echo +echo "If you enjoy netboot.xyz projects, please support us at:" +echo +echo "https://opencollective.com/netbootxyz" +echo "https://github.com/sponsors/netbootxyz" +echo supervisord -c /etc/supervisor.conf