I keep getting this error when I run the ./red5.sh command. the path is valid and I'm logged in as the root user. Has anyone ever seen this before????
bash: ./red5.sh: /bin/bash^M: bad interpreter: No such file or directory
I keep getting this error when I run the ./red5.sh command. the path is valid and I'm logged in as the root user. Has anyone ever seen this before????
bash: ./red5.sh: /bin/bash^M: bad interpreter: No such file or directory |
I figured out that I was doing 1 thing wrong and that is..... Using Dreamweaver to edit the .sh files. For whatever reason it adds undisirable content to the linux script. I reloaded all the Ray files from scratch and then edited them with the vi editor through the ssh handler to add the java path and the ray path to .sh files and presto working Ray Server. So happy right now. |