View Single Post
Old 05-03-2007, 06:32 AM   #1
rexcrieg
Junior Member
rexcrieg began at the beginning.
 
Posts: 8
Karma: 10
Join Date: May 2007
Shell Access - Installed Correctly?

Hello everyone.

I wondering why my scripts aren't working. I downloaded the 'script access' update as described through iDS however, cannot seem to run scripts. When I select them, nothing happens.

For example a script in the root of the memory called myip.sh
Code:

#!/bin/sh
export scriptdir=`/usr/bin/dirname $0`
cd $scriptdir
mkdir testdir
ifconfig -a > testdir/lan.txt


Any help would be much appreciated!
rexcrieg is offline   Reply With Quote