Skip to content

Commit

Permalink
updated start-gleaner.sh to use correct test cfg path
Browse files Browse the repository at this point in the history
  • Loading branch information
adplincinst committed May 29, 2024
1 parent 7d1ac02 commit c164043
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/iow/start-gleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@



CFGPATH="configs/iow/pids-geoconnex-dev-gleanerconfig.yaml"

for src in `cat configs/iow/pids-geoconnex-dev-gleanerconfig.yaml | grep '\Wname:'|awk '{print $2}'`
for src in `cat $CFGPATH | grep '\Wname:'|awk '{print $2}'`
do


echo "harvesting source '$src'..."
./gleaner -log debug -cfg config/gleanerconfig.yaml -source $src -rude
./gleaner -log debug -cfg $CFGPATH -source $src -rude
done
echo "complete!"

0 comments on commit c164043

Please sign in to comment.