We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aae15 commit 2dbfdb6Copy full SHA for 2dbfdb6
api/src/unraid-api/cli/stop.command.ts
@@ -19,5 +19,6 @@ export class StopCommand extends CommandRunner {
19
this.logger.warn(stderr);
20
process.exit(1);
21
}
22
+ process.exit(0);
23
24
0 commit comments