Error Message :
N/A
The shell of several actions is set to either -sh, -bash or nothing at all. This can cause problems, especially for actions that invoke java, as JAVA_HOME might not be set globally (which is usually the case) and the java/bin-directory might not be in the global PATH-variable (which is often the case).
As /bin/bash should be present on almost all systems, our recommendation is to consistently set the shell of all Unix jobs in actions to -bash.
Investigation In the Action "File Create Snapshot" (PACKAGES/PCK.AUTOMIC_FILESYSTEM/ACTIONS/FILE/FILESYSTEM/PCK.AUTOMIC_FILESYSTEM.PUB.ACTION.SNAPSHOT_CREATE in package PCK.AUTOMIC_FILESYSTEM version 1.1.0):
- [email protected] sets shell to "-sh"
- [email protected] does not set shell at all (both are part of the same action, both are executed on the same system)