diff options
author | Anders Lördal <anders@lordal.se> | 2016-06-09 13:06:42 +0200 |
---|---|---|
committer | Anders Lördal <anders@lordal.se> | 2016-06-09 13:06:42 +0200 |
commit | 11ca64158cec616ba7cc545692a0ffc44cad05f4 (patch) | |
tree | 075f8457a71bf98d179a525eb99391631abea33a /scripts | |
parent | ee732bce239d84b3263d3e68f599f64d84d17824 (diff) |
Corrected aggregate.sh
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="" |