]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Sun, 21 Dec 2014 11:11:49 +0000 (12:11 +0100)
committerFrank Brehm <frank@brehm-online.com>
Sun, 21 Dec 2014 11:11:49 +0000 (12:11 +0100)
local.d/motd.start [new file with mode: 0755]

diff --git a/local.d/motd.start b/local.d/motd.start
new file mode 100755 (executable)
index 0000000..e6279b3
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# /etc/conf.d/local.start
+
+if [[ /root/bin/generate-motd.sh ]] ; then
+       /root/bin/generate-motd.sh
+fi