An informational message is displayed about the job log directory
This commit is contained in:
parent
adab297ce8
commit
3604c5d8a8
|
@ -248,7 +248,10 @@ init_vars () {
|
||||||
|
|
||||||
if [ ! -e "$JOB_LOG_DIR" ]
|
if [ ! -e "$JOB_LOG_DIR" ]
|
||||||
then
|
then
|
||||||
|
log INFO "Job log directory $JOB_lOG_DIR does not exist. Creating."
|
||||||
mkdir "$JOB_LOG_DIR"
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue