Fixing content discovery

This commit is contained in:
Bob Mottram 2015-09-03 15:37:10 +01:00
parent 276e463e30
commit 081676f3b8
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ while IFS='' read -r line || [[ -n "$line" ]]; do
if [ ${state} -eq "3" ]; then
if [[ $line == *"txt ="* ]]; then
blog_url=$(echo $line | awk -F '[' '{print $2}' | awk -F ']' '{print $1}')
echo $blog_url
echo " <li><a href=${blog_url}>${peer}</a></li>" >> $BLOGS_FILE.new
state=0
fi