Update defaults.inc

This commit is contained in:
2019-02-10 23:39:44 -06:00
parent a422a26554
commit 088ffea987

View File

@@ -84,12 +84,12 @@ DISP_HEADER(){
fi
done
DIVIDER
if [ -f ${FOLDER}/*.lastrun ]; then
#if [ -f ${FOLDER}/*.lastrun ]; then
for certdir in ${FOLDER}/*.lastrun ; do
echo $certdir
done
DIVIDER
fi
#fi
fi
echo ""
}