mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -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