mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update ipv6.sh
This commit is contained in:
parent
4ef55bb5aa
commit
1112d5c533
1 changed files with 2 additions and 1 deletions
|
@ -198,7 +198,8 @@ get_user_ip6s() {
|
||||||
get_user_ipv6() {
|
get_user_ipv6() {
|
||||||
ipv6=$(get_user_ip6s |head -n1)
|
ipv6=$(get_user_ip6s |head -n1)
|
||||||
if [ -z "$ipv6" ]; then
|
if [ -z "$ipv6" ]; then
|
||||||
check_result $E_NOTEXIST "no IP6 is available"
|
ipv6="no"
|
||||||
|
#check_result $E_NOTEXIST "no IP6 is available"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue