![]() |
Script required to specify that shell should be in bash environment |
![]() |
A script may specify #!/bin/bash on the first line, meaning that the script should always be run with bash, rather than another shell. /bin/sh is an executable representing the system shell. We need to specify #!/bin/bash on the first line when we get the following error in the log. INFO: ActionManager Firing action 'ActionName' ERROR: ExeRunner::runExecutableUnix execve failed on /home/ScriptLocation/actionscript.sh; error #8 - Exec format error |
-
Tags:
Comments
0 comments
Please sign in to leave a comment.