This commit is contained in:
2019-02-10 23:37:56 -06:00
parent 87ca3181ab
commit a422a26554
3 changed files with 7 additions and 1280 deletions

View File

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