This commit is contained in:
2026-03-04 18:45:38 +01:00
parent efc87a2389
commit ef54906d9a
2 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -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);