init/startup: remove a uneeded echo
This commit is contained in:
parent
79c7212d00
commit
b44f45f26e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue