Skip to content

Commit

Permalink
bootstrap: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 28, 2017
1 parent 8fdedf4 commit fa96ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/opnsense-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DO_INSECURE=
DO_FACTORY=
DO_YES=

while getopts bfinr::t:vy OPT; do
while getopts bfin:r:t:vy OPT; do
case ${OPT} in
b)
DO_BARE="-b"
Expand Down

0 comments on commit fa96ca7

Please sign in to comment.