From eb19f975ed520b39745093f6cbd7bf0b04425ed5 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 21 Dec 2014 12:11:49 +0100 Subject: [PATCH] Current state --- local.d/motd.start | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 local.d/motd.start diff --git a/local.d/motd.start b/local.d/motd.start new file mode 100755 index 00000000..e6279b39 --- /dev/null +++ b/local.d/motd.start @@ -0,0 +1,7 @@ +#!/bin/bash + +# /etc/conf.d/local.start + +if [[ /root/bin/generate-motd.sh ]] ; then + /root/bin/generate-motd.sh +fi -- 2.39.5