Page 2 of 2

Re: Help with linux install

Posted: Mon Nov 11, 2013 8:38 pm
by JMD
wormdrive wrote:I'm having the same errors.

Would you mind showing where the EOL was removed in the .sh? I can't find where to remove it from - or should I [find] to remove?
google about dos2unix

Re: Help with linux install

Posted: Mon Nov 11, 2013 8:56 pm
by wormdrive
l2@ks4004210:/www/tools# dos2unix -k database_installer.sh
dos2unix: converting file database_installer.sh to Unix format ...
l2@ks4004210:/www/tools# sudo chmod -x database_installer.sh
l2@ks4004210:/www/tools# sudo ./database_installer.sh
sudo: ./database_installer.sh: command not found

Still receive the error.

Re: Help with linux install

Posted: Mon Nov 11, 2013 9:29 pm
by wormdrive
Turn out that I was using

-x

instead of

+x

seems to be working now.

Re: Help with linux install

Posted: Sun Jun 15, 2014 7:35 pm
by Pretender
simply run command:

Code: Select all

dos2unix filename