Closed Uber1337NL closed 1 year ago
Please change the shebang in line 1 in the file ssh-run.sh From: #!/usr/local/bin/bash To: #!/usr/bin/env bash
Then is should work on more systems. /usr/LOCAL/bin/bash is far from default.
concur..
and done.
Please change the shebang in line 1 in the file ssh-run.sh From: #!/usr/local/bin/bash To: #!/usr/bin/env bash
Then is should work on more systems. /usr/LOCAL/bin/bash is far from default.