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 fb9c8bb commit e02b6c1Copy full SHA for e02b6c1
api/src/unraid-api/cli/restart.command.ts
@@ -39,6 +39,5 @@ export class RestartCommand extends CommandRunner {
39
}
40
process.exit(1);
41
42
- process.exit(0);
43
44
api/src/unraid-api/cli/stop.command.ts
@@ -15,6 +15,5 @@ export class StopCommand extends CommandRunner {
15
if (stderr) {
16
17
18
19
20
0 commit comments