|
||||||||
I need to do double logic and no matter what I do im getting problem with
operator undefined?
Here is my code; maybe some one can help me? Im stuk with this and that's
the last line in the project after fix it I can release the thingy
if [ $AP_ONTIME = 1 ]; then
if [ $z = 0 ]; then
else
echo "ALERT: your network has $z AP gone offline"
#If ontime notification is enabled lets send sockets to notify
about equipment failure
fi
fi
Any thoughts?
Thanks! |