diff --git a/func/ip.sh b/func/ip.sh index 456cadc5..4c77060c 100644 --- a/func/ip.sh +++ b/func/ip.sh @@ -213,7 +213,8 @@ get_user_ips() { get_user_ip() { ip=$(get_user_ips |head -n1) if [ -z "$ip" ]; then - check_result $E_NOTEXIST "no IP is available" + ip="no" + #check_result $E_NOTEXIST "no IP is available" fi local_ip=$ip nat=$(grep "^NAT" $VESTA/data/ips/$ip |cut -f 2 -d \')