Skip to content

Commit

Permalink
HPCC-33597 Fix problem in bash script when commenting out echo
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Mar 7, 2025
1 parent 318bf8f commit 8ab126f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions initfiles/bin/check_executes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,11 @@ if [ $PMD_ALWAYS = true ] || [ $retVal -ne 0 ]; then
if [[ -n "$PMD_DIRECTORYBASE" ]]; then
collect_postmortem.sh "--directory=${PMD_DIRECTORYBASE}" "--daliServer=${PMD_DALISERVER}" "--container=${PMD_CONTAINERNAME}" "--process=${PMD_PROGNAME}" "${extraArgs[@]}"
else
: #null statment so the else is valid
#echo "HPCC-LOCAL-LOG: Post mortem directory not provided, unable to collect post mortem info"
fi
else
: #null statment so the else is valid
#echo "HPCC-LOCAL-LOG: Process exited cleanly (code=0)"
fi
k8s_postjob_clearup.sh
Expand Down

0 comments on commit 8ab126f

Please sign in to comment.