From a1d3018aea3dbbc64bb7684dbadb7466e52e80e8 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 366a0b8..9b27da7 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}"