On Fri, 22 Apr 2011, Russell Johnson wrote:

> Does anyone see why I get "Unexpected Operator" with the following:
>
> if [ "${EBS}" == "/net/dbvol" ]; then

== isn't a valid string operator. Try = instead.

>
> Russell Johnson
> r...@dimstar.net
>
>
>
> _______________________________________________
> PLUG mailing list
> PLUG@lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>

-- 
Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to