Update defaults.inc

This commit is contained in:
2019-02-10 23:42:42 -06:00
parent bc793401ee
commit 713e151ffb

View File

@@ -84,12 +84,13 @@ DISP_HEADER(){
fi
done
DIVIDER
#if [ -f ${FOLDER}/*.lastrun ]; then
LRcount=`ls -1 ${FOLDER}/*.lastrun 2>/dev/null | wc -l`
if [ $LRcount != 0 ];then
for certdir in ${FOLDER}/*.lastrun2 ; do
echo $certdir
done
DIVIDER
#fi
fi
fi
echo ""
}