From: Dustin Kirkland Date: Fri, 19 Sep 2008 22:53:34 +0000 (-0500) Subject: missing whitespace X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86786d8e4fac18bb92cec1339770ae099d74a4ae;p=update-motd.git missing whitespace --- diff --git a/debian/update-motd.cron.d b/debian/update-motd.cron.d index e65cfaf..5538ab0 100644 --- a/debian/update-motd.cron.d +++ b/debian/update-motd.cron.d @@ -3,4 +3,4 @@ # Running 'update-motd' dynamically generates the /etc/motd with # a concatenation of output from each script in /etc/update-motd.d. -*/10 * * * * root [ -x /usr/sbin/update-motd] && /usr/sbin/update-motd 2>/dev/null +*/10 * * * * root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd 2>/dev/null