diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-08-20 16:40:11 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-08-20 16:40:11 +0000 |
commit | f05b00e7be50dfbcf698a0d9c3b1f2fdbea98adc (patch) | |
tree | 3cd72959336d78ca352fbd5d164c3c7969f791cd /rc | |
parent | a078bdb66a95b9d604cfc0ba4122feec2e040c68 (diff) |
fshalt: shut up about #P not being present
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/fshalt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/fshalt b/rc/bin/fshalt index 1d63ac45e..53f3b7ca4 100755 --- a/rc/bin/fshalt +++ b/rc/bin/fshalt @@ -33,7 +33,7 @@ c=`{ls /srv/cwfs*cmd >[2]/dev/null} h=`{ls /srv/hjfs*cmd >[2]/dev/null} # for scram, don't scram other systems -bind -b '#P' /dev +bind -b '#P' /dev >[2]/dev/null if(! ~ $reboot yes){ if (test -e '#P'/apm) scram=yes |