Quote:
Originally Posted by tribble
Is that really working? Even if the user_wlan.sh is not set +x?
|
Damn forgot this. I couldn't try it - i'm at work at the moment. Should be possible to chmod it from the pdf, should'nt it?
Quote:
Originally Posted by tribble
And you need an "enc" before the WEP key.
So it should be something like this:
Code:
#Enter your values below. Wep-Key is optional
ssid="INSECURE"
wep_key=""
if ["$wep_key" = ""]
then /usr/bin/wired.sh start $ssid
else /usr/bin/wired.sh start $ssid enc $wep_key
fi
|
You are right - i'll change it.