summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnders Lördal <anders@lordal.se>2016-06-09 13:06:42 +0200
committerAnders Lördal <anders@lordal.se>2016-06-09 13:06:42 +0200
commit11ca64158cec616ba7cc545692a0ffc44cad05f4 (patch)
tree075f8457a71bf98d179a525eb99391631abea33a /scripts
parentee732bce239d84b3263d3e68f599f64d84d17824 (diff)
Corrected aggregate.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/aggregate.sh2
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=""