mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-06 01:31:32 +00:00
Return control to capitano at the end of the ssh command
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
6beb6ff44e
commit
9a515ef4e3
@ -80,7 +80,7 @@ limitations under the License.
|
|||||||
stdio: 'inherit'
|
stdio: 'inherit'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
}).nodeify(done);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -75,3 +75,4 @@ module.exports =
|
|||||||
subShellCommand = getSubShellCommand(command)
|
subShellCommand = getSubShellCommand(command)
|
||||||
spawn = child_process.spawn subShellCommand.program, subShellCommand.args,
|
spawn = child_process.spawn subShellCommand.program, subShellCommand.args,
|
||||||
stdio: 'inherit'
|
stdio: 'inherit'
|
||||||
|
.nodeify(done)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user