UPDATE.sh /bin/sh^M : bad interpreter
Sometimes the UPDATE.sh file is not executable and gives an error when trying to use it.
Date Added : Sat Aug 12 2017 07:53:09 GMT+0000 (Coordinated Universal Time)
Last Updated : Sat Aug 12 2017 07:53:09 GMT+0000 (Coordinated Universal Time)
What is wrong with it?
Apparently it is this way because of the text editor that was used to make it.
How to fix bad interpreter
Go to your Shinobi directory and run the following line of code from terminal.
sed -i 's/\r//' UPDATE.sh
Then make it executable and you are good to go.
chmod +x UPDATE.sh