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