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 c66079e commit 508a5ebCopy full SHA for 508a5eb
api/src/cli.ts
@@ -13,9 +13,6 @@ import { LogService } from '@app/unraid-api/cli/log.service';
13
const getUnraidApiLocation = async () => {
14
try {
15
const shellToUse = await execa('which unraid-api');
16
- if (shellToUse.code !== 0) {
17
- throw new Error('unraid-api not found');
18
- }
19
return shellToUse.stdout.trim();
20
} catch (err) {
21
logger.debug('Could not find unraid-api in PATH, using default location');
0 commit comments