From d316d909b9014d268f4a40db276c261d330123bc Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 26 Sep 2019 15:56:15 +0200 Subject: [PATCH] Add 'config/motd/01-custom' --- config/motd/01-custom | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/motd/01-custom diff --git a/config/motd/01-custom b/config/motd/01-custom new file mode 100644 index 0000000..d2880ab --- /dev/null +++ b/config/motd/01-custom @@ -0,0 +1,4 @@ +#!/bin/sh +printf "\n" +printf " * System started, please wait for services to enable!\n" +printf " * This takes 5 minutes\n" \ No newline at end of file