Update comments

This commit is contained in:
Teddysun
2019-09-25 23:18:45 +09:00
parent 71414f3e0b
commit 06fc6a002c

View File

@@ -659,7 +659,7 @@ update_from_source() {
cur_dir="$(pwd)" cur_dir="$(pwd)"
[ ${EUID} -ne 0 ] && _error "This script must be run as root" [ ${EUID} -ne 0 ] && _red "This script must be run as root\n" && exit 1
SERVER_PUB_IPV4="${VPN_SERVER_PUB_IPV4:-$(_ipv4)}" SERVER_PUB_IPV4="${VPN_SERVER_PUB_IPV4:-$(_ipv4)}"
SERVER_PUB_IPV6="${VPN_SERVER_PUB_IPV6:-$(_ipv6)}" SERVER_PUB_IPV6="${VPN_SERVER_PUB_IPV6:-$(_ipv6)}"