From: Frank Brehm Date: Sun, 21 Dec 2014 11:11:49 +0000 (+0100) Subject: Current state X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=eb19f975ed520b39745093f6cbd7bf0b04425ed5;p=config%2Fbruni%2Fetc.git Current state --- 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