mirror of
https://github.com/unraid/api.git
synced 2026-01-13 03:59:58 -06:00
fix: use correct cwd
This commit is contained in:
@@ -98,7 +98,7 @@ const commands = {
|
||||
env: Object.assign(process.env, { _DAEMONIZE_PROCESS: '1' }),
|
||||
// The process MUST have it's cwd set to the
|
||||
// path where it resides within the Nexe VFS
|
||||
cwd: '/sandbox/unraid-api',
|
||||
cwd: '/usr/local/bin/node/unraid-api/',
|
||||
stdio: 'ignore',
|
||||
detached: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user