shell: add explicit bash() function
This commit is contained in:
@@ -194,7 +194,7 @@ async function configureMail(mailFqdn, mailDomain, serviceConfig) {
|
||||
${readOnly} -v /run -v /tmp ${image} ${cmd}`;
|
||||
|
||||
debug('configureMail: starting mail container');
|
||||
await shell.exec(runCmd, { shell: '/bin/bash' });
|
||||
await shell.bash(runCmd, {});
|
||||
}
|
||||
|
||||
async function restart() {
|
||||
|
||||
Reference in New Issue
Block a user