From 37ba61153cf3d7962d349a1f9146dc676887532f Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Wed, 20 Nov 2024 15:58:53 +0100 Subject: [PATCH] Typo in the option name --- scripts/network/prepare-tap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/network/prepare-tap.sh b/scripts/network/prepare-tap.sh index 7230c6e..a135539 100755 --- a/scripts/network/prepare-tap.sh +++ b/scripts/network/prepare-tap.sh @@ -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" ;;