1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-05 05:33:30 +03:00

fixed flaws i made

This commit is contained in:
Matthew Frost 2019-08-08 14:32:00 +02:00 committed by GitHub
parent 3c50a2bbc9
commit 566307bcff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ else
# Autodetect IP address and pre-fill for the user
PUBLICIP=`dig +short myip.opendns.com @resolver1.opendns.com`
echo "This server is behind NAT. What is the public IPv4 address or hostname?"
read -p "Public IP address / hostname: " -e PUBLICIP
read -p "Public IP address / hostname: " -e -i $PUBLICIP PUBLICIP
fi
echo