View Single Post
Posts: 432 | Thanked: 917 times | Joined on Jun 2011
#51
Originally Posted by sixwheeledbeast View Post
@saponga
Just remembered I forgot to remind you that you have to change the shebang too. This is why the bash workaround failed.

Code:
##Replace bin/sh for bin/bash at the top of the script.
##Like...

#!/bin/bash

##Then run from terminal as "bash opt/... "


Let me know if you have any more trouble.
when i said that i was turning the script back to sh i was actually talking about the shebang... I've got it turned to bash, executed it using bash and then, like you ask, turned it back to sh and reboot. I'm just saying that because i don't know if it's important for debbuging.
Thanks... I really apreciatte your patience and sorry about this terrible english. I'm still learning.
 

The Following User Says Thank You to saponga For This Useful Post: