Skip to content

Commit

Permalink
rc: gmirror/graid import was never broken
Browse files Browse the repository at this point in the history
Simply list the devices that are available.  ;)
  • Loading branch information
fichtner committed May 19, 2018
1 parent cfa83d4 commit 68ac728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbin/opnsense-importer
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ else
fi
fi

DEVS=$(camcontrol devlist)
DEVS=$(camcontrol devlist; gmirror status -s; graid status -s)
fi

while [ -z "${PART}" ]; do
Expand Down

0 comments on commit 68ac728

Please sign in to comment.