diff --git a/api/src/unraid-api/cli/stop.command.ts b/api/src/unraid-api/cli/stop.command.ts index 4841821a1..bf5ec3770 100644 --- a/api/src/unraid-api/cli/stop.command.ts +++ b/api/src/unraid-api/cli/stop.command.ts @@ -19,5 +19,6 @@ export class StopCommand extends CommandRunner { this.logger.warn(stderr); process.exit(1); } + process.exit(0); } }