diff --git a/scripts/communications.js b/scripts/communications.js index 1f549f0..a8ce9ee 100644 --- a/scripts/communications.js +++ b/scripts/communications.js @@ -63,7 +63,7 @@ function socks_new(hostname, port) { stdio: [ 'pipe', 'pipe', 'pipe', 'ipc' ], silent: false, - execPath: "/usr/bin/node" + execPath: "node" } );