From: František Dvořák Date: Thu, 25 Feb 2010 15:14:02 +0000 (+0000) Subject: Fix the error message. X-Git-Tag: glite-lb-harvester_R_1_0_4_1~32 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e0fe3a8baac92a84375961ce4e2d03511f57124c;p=jra1mw.git Fix the error message. --- diff --git a/org.glite.yaim.lb/config/functions/config_glite_lb b/org.glite.yaim.lb/config/functions/config_glite_lb index 7209f58..d999714 100644 --- a/org.glite.yaim.lb/config/functions/config_glite_lb +++ b/org.glite.yaim.lb/config/functions/config_glite_lb @@ -8,7 +8,7 @@ function config_glite_lb_setenv(){ # Redefine GLITE_HOME_DIR to make sure we retrieve the correct HOME directory of user glite GLITE_HOME_DIR=`getent passwd ${GLITE_USER} | cut -d: -f6` if [ "x${GLITE_HOME_DIR}" = "x" ]; then - yaimlog ERROR "The home directory of ${GLITE_HOME_DIR} doesn't exist. Check whether the user ${GLITE_USER} was properly created" + yaimlog ERROR "The home directory of ${GLITE_USER} doesn't exist. Check whether the user ${GLITE_USER} was properly created" exit ${YEX_NOSUCHFILE} fi yaimgridenv_set GLITE_JP_LOCATION ${GLITE_JP_LOCATION:-} @@ -54,7 +54,7 @@ function config_glite_lb() { # Redefine GLITE_HOME_DIR to make sure we retrieve the correct HOME directory of user glite GLITE_HOME_DIR=`getent passwd ${GLITE_USER} | cut -d: -f6` if [ "x${GLITE_HOME_DIR}" = "x" ]; then - yaimlog ERROR "The home directory of ${GLITE_HOME_DIR} doesn't exist. Check whether the user ${GLITE_USER} was properly created" + yaimlog ERROR "The home directory of ${GLITE_USER} doesn't exist. Check whether the user ${GLITE_USER} was properly created" exit ${YEX_NOSUCHFILE} fi