summaryrefslogtreecommitdiffstats
path: root/abs/core/poweroff-scripts/shutdown.script
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/poweroff-scripts/shutdown.script')
-rw-r--r--abs/core/poweroff-scripts/shutdown.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/poweroff-scripts/shutdown.script b/abs/core/poweroff-scripts/shutdown.script
index 978f7a2..b87b52f 100644
--- a/abs/core/poweroff-scripts/shutdown.script
+++ b/abs/core/poweroff-scripts/shutdown.script
@@ -36,7 +36,7 @@ then
if [ x$halt = x1 ]
then
- echo "System will poweroff in $delay seconds" | wall
+ echo "System will poweroff in $delay seconds" | wall
sleep $delay
/sbin/runit-init 0
fi