mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
Fix typo: thanks Kris for pointing this out.
This commit is contained in:
parent
64dd590ece
commit
7dae3d772a
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ setup_mbr_partitions()
|
|||
|
||||
# Now check that these values are sane
|
||||
case $FS in
|
||||
UFS|UFS+S|UFS+J||UFS+SUJ|ZFS|SWAP) ;;
|
||||
UFS|UFS+S|UFS+J|UFS+SUJ|ZFS|SWAP) ;;
|
||||
*) exit_err "ERROR: Invalid file system specified on $line" ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue