I found that when i executed the insight script it just exited straight away..
The culprit was a loose exit; command which is on line 3
Code: Select all
#!/bin/sh
# insight-6.4.sh by Dan Peori (danpeori@oopo.net)
exit;
Wally
Code: Select all
#!/bin/sh
# insight-6.4.sh by Dan Peori (danpeori@oopo.net)
exit;