if [[ ! `netstat -an| grep 3050` ]]
then
  echo 'please ensure that a Firebird server is running and try again'
  return 1
fi

