|
@ -98,6 +98,7 @@ public class UfActuatorCmdExecutor { |
|
|
assert filePath != null; |
|
|
assert filePath != null; |
|
|
try { |
|
|
try { |
|
|
String state = Files.readString(Path.of(filePath)); |
|
|
String state = Files.readString(Path.of(filePath)); |
|
|
|
|
|
LOG.info("[*急停*] 恢复检查 {} = {}", filePath, state); |
|
|
if ( "1".equals(state) ) { |
|
|
if ( "1".equals(state) ) { |
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|