mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-05-09 10:18:22 +02:00
shellcheck issues
This commit is contained in:
parent
3af374f6f5
commit
2e05da8bf0
@ -319,8 +319,8 @@ function installQuestions() {
|
|||||||
done
|
done
|
||||||
case $LAN_IP_CHOICE in
|
case $LAN_IP_CHOICE in
|
||||||
1)
|
1)
|
||||||
$LAN_IP = "10.8.0.0"
|
LAN_IP="10.8.0.0"
|
||||||
$LAN_SUBNET_MASK = "255.255.255.0"
|
LAN_SUBNET_MASK="255.255.255.0"
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
until [[ $LAN_IP =~ "" ]]; do
|
until [[ $LAN_IP =~ "" ]]; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user