From ef2299e107f9020f77be26d2a109f030d0ea50b2 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 12 Mar 2009 10:37:49 -0700 Subject: Fix formatting of output Add needed space. --- templates/show/shutdown/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show/shutdown') diff --git a/templates/show/shutdown/node.def b/templates/show/shutdown/node.def index ecc8c4b..52bd3a4 100644 --- a/templates/show/shutdown/node.def +++ b/templates/show/shutdown/node.def @@ -1,7 +1,7 @@ help: Show scheduled shutdown run: if [ -f /var/run/shutdown.pid ] then if [ -r /tmp/shutdown.at ] - then echo -n "Shutdown pending at"; cat /tmp/shutdown.at + then echo -n "Shutdown pending at "; cat /tmp/shutdown.at else echo "Shutdown pending" fi else echo "No shutdown pending" -- cgit v1.2.3