bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with script --


From: Bernd Eggink
Subject: Re: Help with script --
Date: Tue, 28 Aug 2007 12:58:32 +0200
User-agent: Thunderbird 2.0.0.6 (X11/20070728)

t0nedef schrieb:

echo "Please enter a network name"
read ESSID
if [ -n $ESSID ]

You probably meant:
  if [ -z $ESSID ]

then
  echo "unable to use a blank network name"
  exit $E_NOESSID
fi

Regards,
Bernd

--
Bernd Eggink
monoped@sudrala.de
http://sudrala.de




reply via email to

[Prev in Thread] Current Thread [Next in Thread]