aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown
index 655dc14..d266ddc 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -85,7 +85,7 @@ if [ "$RUNLEVEL" = "0" ]; then
/sbin/poweroff -d -f -h -i
else
printsep
- printhl "${C_H2}REBOOTING.."
+ printhl "${C_H2}REBOOTING"
/sbin/reboot -d -f -i
fi