Remy Blank writes:

> Grant wrote:
> > postup() {
> >      if [[ ${IFACE} = "wlan0" ]]; then
>
> IIRC, the equality operator is "==", not "=".

Both is valid in bash.

I'd put a "set -xv" before the if statement, this way you see which 
statements, if any, get executed.

        Wonko
-- 
[email protected] mailing list

Reply via email to