Wrap SITE name in quotes

Previously these were one word, but now it seems other forms
of writing the site name are introduced

"Allende, Chalcatongo" triggered this
This commit is contained in:
Keith Whyte 2020-10-05 17:44:05 +02:00
parent 1f2f704570
commit 1411dbc968

View file

@ -6,7 +6,7 @@ function logc() {
echo "[`date '+%d-%m-%Y %H:%M:%S'`] $txt" >> $LOGFILE
}
SITE=<%= @site_name %>
SITE="<%= @site_name %>"
<% @dids.each_with_index do |did, index| -%>
DID[<%= index %>]=<%= did %>