From 1112d5c5330c51069b736ebf2d8a45b284f4ce49 Mon Sep 17 00:00:00 2001 From: "Made I.T" Date: Mon, 11 Sep 2017 23:36:50 +0200 Subject: [PATCH] Update ipv6.sh --- func/ipv6.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/func/ipv6.sh b/func/ipv6.sh index b8b4ed5e..5a35be50 100644 --- a/func/ipv6.sh +++ b/func/ipv6.sh @@ -198,7 +198,8 @@ get_user_ip6s() { get_user_ipv6() { ipv6=$(get_user_ip6s |head -n1) if [ -z "$ipv6" ]; then - check_result $E_NOTEXIST "no IP6 is available" + ipv6="no" + #check_result $E_NOTEXIST "no IP6 is available" fi }