Quote:
Originally Posted by qlob
When i try to run the lynx bundle i get this:
Code:
[root@kindle lynx]# ls
README lynx lynx.cfg lynx.lss lynx.sh
[root@kindle lynx]# ./lynx.sh
-sh: ./lynx.sh: not found
any ideas? it worked once through ssh, but now gives the same error.....
EDIT: I've tried with an absolute path and get the same error
|
Let me have a try with it. I just wrote it for simplicities sake. never even ran it. probably muffed up the shebang. one sec
ERR YEAH
Should read:
#!/bin/sh (NOT BASH)
./lynx -cfg="./lynx.cfg" -lss="./lynx.lss"
wasn´t thinking sorry.
I´m not sure you´ll want to background the process either, the ´&´. Your call
You ALSO do NOT want to background the process. I tested it
I´ll update the post
FIXED IN POST NOW> THANKS