init/startup: remove a uneeded echo

This commit is contained in:
Christine Dodrill 2015-02-15 20:22:36 -08:00
parent 79c7212d00
commit b44f45f26e
1 changed files with 0 additions and 1 deletions

View File

@ -17,6 +17,5 @@ do
[[ -z "$line" ]] && false
echo '<div class="col-md-12 post"><h2>'"$title"'</h2>'"$line"'<a href="/blog/'"$linkname"'">Read More</a></div>' >> $LOCATION
echo "generated info for $file"
done
echo '</div>' >> $LOCATION