An informational message is displayed about the job log directory

This commit is contained in:
Louwrentius 2009-01-11 19:37:44 +00:00
parent 9a44a91fae
commit b5a1721976
1 changed files with 3 additions and 0 deletions

View File

@ -248,7 +248,10 @@ init_vars () {
if [ ! -e "$JOB_LOG_DIR" ]
then
log INFO "Job log directory $JOB_lOG_DIR does not exist. Creating."
mkdir "$JOB_LOG_DIR"
else
log INFO "Job log directory $JOB_LOG_DIR exists, if it contains logs for items, these items will be skiped."
fi
}