mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +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'
|
||||
});
|
||||
});
|
||||
});
|
||||
}).nodeify(done);
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -75,3 +75,4 @@ module.exports =
|
||||
subShellCommand = getSubShellCommand(command)
|
||||
spawn = child_process.spawn subShellCommand.program, subShellCommand.args,
|
||||
stdio: 'inherit'
|
||||
.nodeify(done)
|
||||
|
Loading…
x
Reference in New Issue
Block a user