Updates
This commit is contained in:
@@ -78,8 +78,7 @@ export default async function relayExecSSH({
|
||||
writeFileSync(relayShExecFile, relaySh);
|
||||
|
||||
let relayCmd = ``;
|
||||
|
||||
relayCmd += ` 'chmod +x ${relayShExecFile} && /bin/bash ${relayShExecFile}'\n`;
|
||||
relayCmd += `chmod +x ${relayShExecFile} && /bin/bash ${relayShExecFile}\n`;
|
||||
|
||||
if (detached) {
|
||||
exec(relayCmd);
|
||||
|
||||
Reference in New Issue
Block a user