Small Bug 1.0.2

Works well.

I found a version 1.0.2 and there was a small bug on line 422:

RESULT=$(echo “$RESULT” | head -1 )

which grabbed the wrong string to fine the “file not found” message. Every time you ran the –connect it would return CRITICAL

RESULT=$(echo “$RESULT” | head -2 | tail -1 )

-will work there and return OK

(I will look into getting v1.0.2 on the exchange with the above patch if it is updated)