Skip to content

Commit 56f1266

Browse files
authored
Merge pull request #19598 from ghalliday/issue33597
HPCC-33597 Fix problem in bash script when commenting out echo Reviewed-by: Gordon Smith <[email protected]> Merged-by: Gavin Halliday <[email protected]>
2 parents 0a9430d + bd9c0e1 commit 56f1266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

initfiles/bin/check_executes.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,11 @@ if [ $PMD_ALWAYS = true ] || [ $retVal -ne 0 ]; then
157157
if [[ -n "$PMD_DIRECTORYBASE" ]]; then
158158
collect_postmortem.sh "--directory=${PMD_DIRECTORYBASE}" "--daliServer=${PMD_DALISERVER}" "--container=${PMD_CONTAINERNAME}" "--process=${PMD_PROGNAME}" "${extraArgs[@]}"
159159
else
160+
: #null statment so the else is valid
160161
#echo "HPCC-LOCAL-LOG: Post mortem directory not provided, unable to collect post mortem info"
161162
fi
162163
else
164+
: #null statment so the else is valid
163165
#echo "HPCC-LOCAL-LOG: Process exited cleanly (code=0)"
164166
fi
165167
k8s_postjob_clearup.sh

0 commit comments

Comments
 (0)