Skip to content

Commit c3f0e39

Browse files
committed
fix: always exit with output in condor script
1 parent f2a9a33 commit c3f0e39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

condor_lxplus/execute.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ fi
6464

6565
echo "Job $JOBID completed successfully"
6666
touch $WORKDIR/.success
67+
68+
exit $OUTPUT

0 commit comments

Comments
 (0)