mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix indentation in etc/rc.d/fsck.
MFC after: 3 days Sponsored by: Dell Inc.
This commit is contained in:
parent
af80ed6add
commit
b7359cb33c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ fsck_start()
|
|||
elif [ ! -r /etc/fstab ]; then
|
||||
echo "Warning! No /etc/fstab: skipping disk checks."
|
||||
elif [ "$autoboot" = yes ]; then
|
||||
# During fsck ignore SIGQUIT
|
||||
# During fsck ignore SIGQUIT
|
||||
trap : 3
|
||||
|
||||
check_startmsgs && echo "Starting file system checks:"
|
||||
|
|
|
|||
Loading…
Reference in a new issue