Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacoffey committed May 3, 2021
1 parent 2eb4759 commit ddf35d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/xtnodejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else if (args[0]=='shellsetup' || args[1]=='shellsetup') {
console.log(shellsetup);
}
else if (fs.existsSync('/app/app.js')) {
let cmd = '/bin/nodesh '+args.join(' ');
let cmd = '/bin/nodesh /app/app.js '+args.join(' ');
console.log('CMD: ' + cmd);
XT.EXECA.command(cmd).stdout.pipe(process.stdout);
}
Expand Down

0 comments on commit ddf35d4

Please sign in to comment.