#! /bin/sh if [ -e '/var/log/cl_login-error.log' ]; then ERROR=`cat /var/log/cl_login-error.log` if [ $ERROR ]; then exit 1 fi fi exit 0