[Live-demo] ncWMS installer added
Hamish
hamish_b at yahoo.com
Wed Jul 3 14:35:50 PDT 2013
Guy wrote:
>> if [ "\$STAT" != "" ]; then
style note, instead test if the string is non-zero:
if [ -n "\$STAT" ]; then
Hamish
More information about the Live-demo
mailing list