mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo from r327666
MFC after: 13 days X-MFC-With: 327666
This commit is contained in:
parent
f1a48eaf0d
commit
48c29f849e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ init_test()
|
|||
keylen=${cipher##*:}
|
||||
|
||||
atf_check -s exit:0 -e ignore \
|
||||
geli init -B none -e $ealgo -l $keylen -P -K keyfile
|
||||
geli init -B none -e $ealgo -l $keylen -P -K keyfile \
|
||||
-s $secsize ${md}
|
||||
atf_check geli attach -p -k keyfile ${md}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue