google about dos2unixwormdrive 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?
Help with linux install
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Re: Help with linux install
-
- Posts: 7
- Joined: Sat Nov 02, 2013 8:08 pm
Re: Help with linux install
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.
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.
-
- Posts: 7
- Joined: Sat Nov 02, 2013 8:08 pm
Re: Help with linux install
Turn out that I was using
-x
instead of
+x
seems to be working now.
-x
instead of
+x
seems to be working now.
-
- Posts: 1
- Joined: Wed Nov 27, 2013 9:58 am
Re: Help with linux install
simply run command:
Code: Select all
dos2unix filename