Skip to content

Commit ed34c99

Browse files
committed
fix: shell path to unraid-api
1 parent cb0468f commit ed34c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { cliLogger, internalLogger } from '@app/core/log';
99
import { CliModule } from '@app/unraid-api/cli/cli.module';
1010

1111
try {
12-
const shellToUse = execSync('which bash').toString().trim();
12+
const shellToUse = execSync('which unraid-api').toString().trim();
1313
await CommandFactory.run(CliModule, {
1414
cliName: 'unraid-api',
1515
logger: false, // new LogService(), - enable this to see nest initialization issues

0 commit comments

Comments
 (0)