mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Pedantic change: "reboot" -> "boot"
This commit is contained in:
parent
49ca482a68
commit
dbd73b6bb2
1 changed files with 1 additions and 1 deletions
2
etc/rc
2
etc/rc
|
|
@ -59,7 +59,7 @@ swapon -a
|
|||
|
||||
case $1 in
|
||||
autoboot)
|
||||
echo Automatic reboot in progress...
|
||||
echo Automatic boot in progress...
|
||||
fsck -p
|
||||
case $? in
|
||||
0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue