diff --git a/trunk/ppss.sh b/trunk/ppss.sh index 30ac887..66c94b1 100755 --- a/trunk/ppss.sh +++ b/trunk/ppss.sh @@ -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 }