Description
Incorrect shebang passed in the script.
Contents
Error 6131, Bad shebang in scriptPossible solutions
- Use the correct shebang format. For example:
#!/bin/shor#!/bin/bash
Incorrect shebang passed in the script.
Error 6131, Bad shebang in script#!/bin/sh or #!/bin/bash
En
Es