kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Return exit code 1 on launch failure
rodzic
1c7b361dbf
commit
aee00077d4
1
index.js
1
index.js
|
@ -534,4 +534,5 @@ if (config.powercycle){
|
|||
|
||||
async.series(commands, err => {
|
||||
if (err) logger.error("Error during startup: " + err.message);
|
||||
process.exit(1);
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue