diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-30 08:58:15 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-30 09:01:02 +0200 |
| commit | bc5f2a8d2739598e91e6cdcc0a89af8ede7191d0 (patch) | |
| tree | e6101ed54faf627684fe1f34c87a4e5957b8faf4 | |
| parent | add commands gotrc example (diff) | |
| download | gates-of-tartaros-bc5f2a8d2739598e91e6cdcc0a89af8ede7191d0.tar.gz gates-of-tartaros-bc5f2a8d2739598e91e6cdcc0a89af8ede7191d0.tar.bz2 gates-of-tartaros-bc5f2a8d2739598e91e6cdcc0a89af8ede7191d0.tar.xz | |
forgot halt flag and time argument
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | gotrc-examples/commands | 2 |
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 |
