Skip to content
Snippets Groups Projects
Commit 081676f3 authored by Bob Mottram's avatar Bob Mottram
Browse files

Fixing content discovery

parent 276e463e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment