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
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to