Commit b3562850 authored by szh's avatar szh

update

parent 191caa6d
...@@ -180,7 +180,7 @@ func nodeUpdate() error { ...@@ -180,7 +180,7 @@ func nodeUpdate() error {
return err return err
} }
isRun := MakeSureBtyIsNotRun() isRun := MakeSureBtyIsNotRun()
if !isRun { if isRun {
tlog.Error("MakeSureBtyIsNotRun", "isRun", isRun) tlog.Error("MakeSureBtyIsNotRun", "isRun", isRun)
return nil return nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment