From: Max W. <dav...@ma...> - 2002-10-21 12:16:29
|
Hi, I would like to suggest the following minor change to the troubleshooting script. It will allow people to run the script from any directory. The way the script is currently, it must be run from the same directory the script is in, else the last command in the script 'WirelessConfig' will not be found. Here is the change : 1) Remove the 'export PATH....' line 2) change the 'WirelessConfig -status' to read : "`dirname \"$0\"`"/WirelessConfig -status Thanks. Max. |