platform: get shell output as utf8
This commit is contained in:
@@ -124,7 +124,7 @@ async function start(existingInfra) {
|
||||
await docker.deleteContainer('sftp');
|
||||
|
||||
debug('startSftp: starting sftp container');
|
||||
await shell.bash(runCmd, {});
|
||||
await shell.bash(runCmd, { encoding: 'utf8' });
|
||||
|
||||
if (existingInfra.version !== 'none' && existingInfra.images.sftp !== image) await docker.deleteImage(existingInfra.images.sftp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user