Skip to content

Commit

Permalink
Typo in the option name (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
erthalion authored Nov 20, 2024
1 parent 009726f commit 3318974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/network/prepare-tap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ while getopts ":a:t:u:i:fo" opt; do
;;
i) CONFIGURE_IPTABLE="true"
;;
f) CONFIGURE_FIREWALD="true"
f) CONFIGURE_FIREWALLD="true"
;;
o) CONFIGURE_TUNTAP_IF_EXISTS="true"
;;
Expand Down

0 comments on commit 3318974

Please sign in to comment.