Return exit code 1 on launch failure

pull/6/head
Piero Toffanin 2017-03-30 13:03:24 -04:00
rodzic 1c7b361dbf
commit aee00077d4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -534,4 +534,5 @@ if (config.powercycle){
async.series(commands, err => {
if (err) logger.error("Error during startup: " + err.message);
process.exit(1);
});