fix: use correct cwd

This commit is contained in:
Alexis Tyler
2021-03-08 16:31:37 +10:30
parent 5ccd55a04b
commit 391bd24502

View File

@@ -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
});