diff options
Diffstat (limited to 'scripts/aggregate.sh')
-rwxr-xr-x | scripts/aggregate.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/aggregate.sh b/scripts/aggregate.sh index 5bc3be8c..2ed4155c 100755 --- a/scripts/aggregate.sh +++ b/scripts/aggregate.sh @@ -3,6 +3,8 @@ DIR=`pwd` ODIR=$1 +rm $DIR/*.xml + grep -v -e '^#' $ODIR/metadata.lst | (while read url cert; do cfile="" if [ "x$cert" != "x" ]; then |