Details
-
Fix
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The following job
<job>
<script language="shell">
<include file="/tmp/sos_sample.sh"/>
</script>
</job>
is looking up the shell script in ${SCHEDULER_HOME}/tmp/sos_sample.sh, instead the script should have been looked up in /tmp/sos_sample.sh
This probelm does occur with jobs in hot folders.