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:
parent
221fe30c5a
commit
0f971dda0c
@ -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.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user