mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 08:10:05 +01:00
remove duplication
This commit is contained in:
parent
d6890a0d7c
commit
563f0bcf7e
@ -312,24 +312,6 @@ function installQuestions() {
|
||||
esac
|
||||
until [[ $LAN_IP =~ "" ]]; do
|
||||
|
||||
echo "Do wou want to specify a custom LAN network an subnet?"
|
||||
echo " 1) NO (will use 10.8.0.0 and 255.255.255.0)"
|
||||
echo " 2) YES"
|
||||
until [[ $LAN_IP_CHOICE =~ ^[1-2]$ ]]; do
|
||||
read -rp "Choice [1-2]: " -e -i 1 LAN_IP_CHOICE
|
||||
done
|
||||
case $LAN_IP_CHOICE in
|
||||
1)
|
||||
$LAN_IP = "10.8.0.0"
|
||||
$LAN_SUBNET_MASK = "255.255.255.0"
|
||||
;;
|
||||
2)
|
||||
read -rp "IP NETWORK (e.g. 192.168.4.0): " -e -i 1 LAN_IP
|
||||
read -rp "SUBNET (e.g. 255.255.255.0) : " -e -i 1 LAN_SUBNET_MASK
|
||||
;;
|
||||
esac
|
||||
echo ""
|
||||
until [[ $LAN_IP =~ "" ]]; do
|
||||
echo "Do wou want to specify a custom LAN network an subnet?"
|
||||
echo " 1) NO (will use 10.8.0.0 and 255.255.255.0)"
|
||||
echo " 2) YES"
|
||||
|
Loading…
Reference in New Issue
Block a user