summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/aggregate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/aggregate.sh b/scripts/aggregate.sh
index 065ad9cb..685457b8 100755
--- a/scripts/aggregate.sh
+++ b/scripts/aggregate.sh
@@ -15,7 +15,7 @@ else
touch $last_aggregate_ts
fi
-grep -v -e '^#' $ODIR/metadata.lst | (while read url cert; do
+grep -v -e '^#' $ODIR/metadata.lst | grep . | (while read url cert; do
cfile=""
if [ "x$cert" != "x" ]; then
cfile=$DIR/certs/$cert