Page 1 of 1
Re: SamyGO.sh doesn't run.
Posted: Mon May 16, 2011 2:07 pm
by juusso
Use Notepad++ for scripts. Use ANSI encoding and do not use windows native editors (notepad, wordpad etc).
Re: SamyGO.sh doesn't run.
Posted: Tue May 17, 2011 6:49 am
by juusso
Your problem is incorrect encoding. Remove ^M from every end of the row.
Re: SamyGO.sh doesn't run.
Posted: Tue May 17, 2011 7:02 am
by decix
and use '/bin/mount' instead of 'mount'
Re: SamyGO.sh doesn't run.
Posted: Wed May 18, 2011 5:07 am
by juusso
to execute it properly, end of row must be LF.
remove those ^M in Vi. Believe me.