mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 18:52:46 +08:00
POSIX: Do not exit script on error
This commit is contained in:
@@ -184,7 +184,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (infile.is_open()) {
|
||||
for (string line; getline(infile, line, '\n');) {
|
||||
process_line(line, !daemon_mode);
|
||||
process_line(line, false);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user