You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-2.1-client/data/cmd_login

11 lines
149 B

#! /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