This commit is contained in:
Shengliang Guan 2020-10-31 11:29:29 +08:00
parent 89789920fe
commit b77785cf83
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ print dnode1 $data4_2
if $data4_1 != ready then
return -1
endi
if $data4_2 != offline then
if $data4_2 == ready then
return -1
endi