From 18bfa927dafaab8e33e4be39c8140558e9feae4d Mon Sep 17 00:00:00 2001 From: redfast00 Date: Wed, 15 Aug 2018 21:15:24 +0200 Subject: [PATCH] Fix typo, fix #429 --- auto_install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index 7f98a97..67093e9 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -235,7 +235,7 @@ chooseInterface() { # Temporary Whiptail options storage local chooseInterfaceOptions # Loop sentinel variable - local firstLoop=1 + local firstloop=1 if [[ $(echo "${availableInterfaces}" | wc -l) -eq 1 ]]; then pivpnInterface="${availableInterfaces}"