mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: stop command exits
This commit is contained in:
@@ -19,5 +19,6 @@ export class StopCommand extends CommandRunner {
|
||||
this.logger.warn(stderr);
|
||||
process.exit(1);
|
||||
}
|
||||
process.exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user