Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
- JobScheduler Universal Agent executes unix shell jobs with the standard shell /bin/sh
- (JobScheduler Master executes unix shell jobs with the shell that is configured in the Shebang (#!) of the script)
Desired behaviour
- JobScheduler Universal Agent executes unix shell jobs with the shell that is configured in the Shebang (#!) of the script
- To achieve this, shell scripts are started with /bin/sh -c