diff options
-rwxr-xr-x | rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown index 5727c76..51321c7 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -51,4 +51,4 @@ out "Deactivating dmcrypt devices (if any exist)."; { run_hook post.shutdown -case "$1" in reboot) shalt r ;; poweroff) shalt p ;; esac +case "$1" in reboot) shalt r ;; poweroff) shalt p; esac |