From 331897410317d4dff36d64503316a1e55fb01673 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Wed, 20 Nov 2024 16:03:38 +0100 Subject: [PATCH] Typo in the option name (#31) --- 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" ;;