bug 4.3/950

check net.
	modified:   ri_tk_cmd.py
	modified:   ../operation/configure_network.sh
This commit is contained in:
fling
2011-07-22 12:05:26 +08:00
parent e179d1481a
commit bce90126c1
2 changed files with 5 additions and 9 deletions

View File

@@ -175,11 +175,6 @@ parse_arg ()
fi
if [ "$TYPE" == "static" ];then
if [ -z "$DOMAINNAME" ];then
err "static configure network, DOMAINNAME can't be empty"
return 1
fi
if [ -z "$IP" ];then
err "static configure network, IP address can't be empty"
return 1