fix: shell path to unraid-api

This commit is contained in:
Eli Bosley
2025-01-27 11:58:24 -05:00
parent 6bfd8a2687
commit 44d3d939a7

View File

@@ -9,7 +9,7 @@ import { cliLogger, internalLogger } from '@app/core/log';
import { CliModule } from '@app/unraid-api/cli/cli.module';
try {
const shellToUse = execSync('which bash').toString().trim();
const shellToUse = execSync('which unraid-api').toString().trim();
await CommandFactory.run(CliModule, {
cliName: 'unraid-api',
logger: false, // new LogService(), - enable this to see nest initialization issues