diff options
Diffstat (limited to 'scripts/start.sh')
| -rwxr-xr-x | scripts/start.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/start.sh b/scripts/start.sh index 797670fa..2caf540d 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -20,6 +20,7 @@ node ./scripts/check-build-status.js # if debugging is enabled and sandboxing is disabled, use --inspect-brk flag # note with sandboxing this flag is passed to the binary inside the sandbox +# inside sandbox SANDBOX should be set and sandbox_command.sh should fail node_args=() if [ -n "${DEBUG:-}" ] && ! scripts/sandbox_command.sh -q; then if [ -n "${SANDBOX:-}" ]; then |
