![]() |
In Geneos Toolkit plugin, this error occurs when a shell that will be used to execute a script is not specified. This disables the shell to run the script. To fix this, check if the syntax #!/bin/sh, also called a shebang, is written on your script (usually located at the first line). This syntax tells the parent shell which interpreter should be used to execute the script |
.
-
Tags:
- toolkit
- error
- linux
Comments
0 comments
Please sign in to leave a comment.