From 1411dbc968d8c9b176c51d593a29841b5e1eaa14 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Mon, 5 Oct 2020 17:44:05 +0200 Subject: [PATCH] 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 --- modules/rhizo_base/templates/vars.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/templates/vars.sh.erb b/modules/rhizo_base/templates/vars.sh.erb index 044f6da..d0f1be9 100644 --- a/modules/rhizo_base/templates/vars.sh.erb +++ b/modules/rhizo_base/templates/vars.sh.erb @@ -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 %>