diff options
| -rwxr-xr-x | rc/bin/fshalt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rc/bin/fshalt b/rc/bin/fshalt index ad3dc52c8..47f4d494b 100755 --- a/rc/bin/fshalt +++ b/rc/bin/fshalt @@ -76,7 +76,10 @@ fn x { echo rebooting... echo reboot >'#c/reboot' } - if not scram + if not { + bind -b '#P' /dev + scram + } } x |
