2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-04 20:40:09 +00:00

update to add more debug information in case rpower_wrongpasswd

This commit is contained in:
litingt 2019-05-07 03:34:21 -04:00
parent 13721753f0
commit 5499f716a0

View File

@ -59,6 +59,7 @@ value="";
if [[ $output =~ $value ]];then
return 0;
else
echo "The expected output is \"$value\" since there password is wrong, but the real output is $output"
return 1;
fi
}