diff options
Diffstat (limited to 'daemons/rc.sh')
-rw-r--r-- | daemons/rc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/rc.sh b/daemons/rc.sh index 2239bf72..5cf44fa6 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -34,7 +34,7 @@ then /sbin/reboot ;; # Fsck couldn't fix it. - 4 | 8) + 4 | 5 | 8 | 9) echo "Automatic boot failed... help!" exit 1 ;; |