mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 03:10:16 +00:00
Fix typo, fix #429
This commit is contained in:
parent
8ccf1794b3
commit
a1d3018aea
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ chooseInterface() {
|
||||||
# Temporary Whiptail options storage
|
# Temporary Whiptail options storage
|
||||||
local chooseInterfaceOptions
|
local chooseInterfaceOptions
|
||||||
# Loop sentinel variable
|
# Loop sentinel variable
|
||||||
local firstLoop=1
|
local firstloop=1
|
||||||
|
|
||||||
if [[ $(echo "${availableInterfaces}" | wc -l) -eq 1 ]]; then
|
if [[ $(echo "${availableInterfaces}" | wc -l) -eq 1 ]]; then
|
||||||
pivpnInterface="${availableInterfaces}"
|
pivpnInterface="${availableInterfaces}"
|
||||||
|
|
Loading…
Reference in a new issue