diff options
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown index a3f14d5..daa346d 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -41,4 +41,4 @@ out "Remounting rootfs as readonly..."; { run_hook post.shutdown -case "$1" in reboot) shalt r ;; poweroff) shalt p; esac +case "$1" in reboot) shalt -r ;; poweroff) shalt -p; esac |