mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mdconfig: fix cleanup in the attach_size_rounddown test
Sponsored by: Axcient (cherry picked from commit d1bd097d52cb5f8b0484e1f22c5506846f4ed304)
This commit is contained in:
parent
454319f12e
commit
6b4c5030b6
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ attach_size_rounddown_body()
|
|||
-x "mdconfig -r -u ${md#md} -s ${ms2}b"
|
||||
check_diskinfo "$md" 16384 2 $ss
|
||||
}
|
||||
attach_size_rounddown()
|
||||
attach_size_rounddown_cleanup()
|
||||
{
|
||||
cleanup_common
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue