Skip to content

Commit

Permalink
Removing interactive version.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Apr 18, 2019
1 parent 5b9d41a commit 4d1a95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cb.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class BashProcess extends ChildProcess {
super()
this.spawn({
file: 'bash',
args: ['bash', '-i', '--noprofile', `${__dirname}${sep}index.sh`],
args: ['/bin/bash', '--noprofile', `${__dirname}${sep}index.sh`],
envPairs
})
this._destruct = once((err) => {
Expand Down

0 comments on commit 4d1a95b

Please sign in to comment.