mirror of
https://github.com/teddysun/across.git
synced 2025-01-19 06:19:35 +08:00
Update comments
This commit is contained in:
parent
71414f3e0b
commit
06fc6a002c
@ -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)}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user