Skip to content

Commit 2dbfdb6

Browse files
committed
fix: stop command exits
1 parent 84aae15 commit 2dbfdb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/unraid-api/cli/stop.command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ export class StopCommand extends CommandRunner {
1919
this.logger.warn(stderr);
2020
process.exit(1);
2121
}
22+
process.exit(0);
2223
}
2324
}

0 commit comments

Comments
 (0)