bug 4.3/950
check net. modified: ri_tk_cmd.py modified: ../operation/configure_network.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user