summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-12 10:37:49 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-12 10:37:49 -0700
commitef2299e107f9020f77be26d2a109f030d0ea50b2 (patch)
tree4489b4e5a8106911665e1d946e281e8ce5e3dc3c /templates
parent76f9ada287c11d847ad3c58ca47325e0993e3f8d (diff)
downloadvyatta-op-ef2299e107f9020f77be26d2a109f030d0ea50b2.tar.gz
vyatta-op-ef2299e107f9020f77be26d2a109f030d0ea50b2.zip
Fix formatting of output
Add needed space.
Diffstat (limited to 'templates')
-rw-r--r--templates/show/shutdown/node.def2
1 files changed, 1 insertions, 1 deletions
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"