summaryrefslogtreecommitdiff
path: root/templates/show/shutdown/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show/shutdown/node.def')
-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"