Skip to content

Commit

Permalink
Another small edgecase
Browse files Browse the repository at this point in the history
Signed-off-by: Leanid Astrakou <lastrakou@rocketsoftware.com>
  • Loading branch information
DivergentEuropeans committed Jun 26, 2024
1 parent f20c239 commit e70a664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/RunScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export class Script {

const jcl = `${config.jobStatement}
${startBPXBATCHAndShellSession("ZNSCRPT")}
${parseUnixScriptByNumOfChars(script)} &&
echo "${JCL_UNIX_SCRIPT_OK}"
${parseUnixScriptByNumOfChars(script)}
&& echo "${JCL_UNIX_SCRIPT_OK}"
/* `
console.log(`JOB: ${jcl}`)
const resp: IJobResults = await submitJcl(config, jcl, ["STDOUT", "STDERR"])
Expand Down

0 comments on commit e70a664

Please sign in to comment.