2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

modify rspconfig testcase for get more debug information

This commit is contained in:
junxiawang 2017-08-25 09:01:32 -04:00
parent 221fe30c5a
commit 0f971dda0c

View File

@ -26,7 +26,7 @@ function change_ip()
{
echo "Prepare to change ip."
echo "Start to check ip valid ."
$NODEIP=$4;
NODEIP=$4;
test_ip $1;
if [[ $? -ne 0 ]];then echo "ip is invalid";return 1;fi
echo "ip is valid.";