From afe96ff29504ecf82705673354cd4abb66a6d1ec Mon Sep 17 00:00:00 2001 From: Slava-Shchipunov Date: Fri, 1 Nov 2024 18:07:56 +0700 Subject: [PATCH] fix: fix syntax error --- utils/wg-awg-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wg-awg-setup.sh b/utils/wg-awg-setup.sh index 942cac4..938761a 100644 --- a/utils/wg-awg-setup.sh +++ b/utils/wg-awg-setup.sh @@ -53,7 +53,7 @@ wg_awg_setup() { read -r -p "Enter H2 value (from [Interface]):"$'\n' AWG_H2 read -r -p "Enter H3 value (from [Interface]):"$'\n' AWG_H3 read -r -p "Enter H4 value (from [Interface]):"$'\n' AWG_H4 - else if [ "$CONFIG_TYPE" = '2' ]; then + elif [ "$CONFIG_TYPE" = '2' ]; then #Default values to wg automatic obfuscation AWG_JC=3 AWG_JMIN=40