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 cb0468f commit ed34c99Copy full SHA for ed34c99
api/src/cli.ts
@@ -9,7 +9,7 @@ import { cliLogger, internalLogger } from '@app/core/log';
9
import { CliModule } from '@app/unraid-api/cli/cli.module';
10
11
try {
12
- const shellToUse = execSync('which bash').toString().trim();
+ const shellToUse = execSync('which unraid-api').toString().trim();
13
await CommandFactory.run(CliModule, {
14
cliName: 'unraid-api',
15
logger: false, // new LogService(), - enable this to see nest initialization issues
0 commit comments