aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gotrc-examples/commands2
1 files changed, 1 insertions, 1 deletions
diff --git a/gotrc-examples/commands b/gotrc-examples/commands
index f4c6677..6e55939 100644
--- a/gotrc-examples/commands
+++ b/gotrc-examples/commands
@@ -10,7 +10,7 @@ function _login_commands
{
if [ "${user::1}" = "+" ]; then
if [ "${user}" = "+shutdown" ]; then
- shutdown
+ shutdown -h now
elif [ "${user}" = "+reboot" ]; then
reboot
elif [ "${user}" = "+backlight" ]; then