Fix typo, fix #429

This commit is contained in:
redfast00 2018-08-15 21:15:24 +02:00 committed by redfast00
parent 8ccf1794b3
commit a1d3018aea

View file

@ -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}"