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