fixed name of image
[discourse_docker.git] / launcher
index 040e59cc12c3fa11842fd7302b8d7fe6a633759c..b00b63826e11024420745df2a088d3409b7367f7 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -67,7 +67,7 @@ case "$command" in
         "require 'yaml'; puts YAML.load(STDIN.readlines.join)['templates']"`
 
       arrTemplates=(${templates// / })
-      config=$(cat $config_file)
+      config_data=$(cat $config_file)
       input="hack: true"
 
       for template in "${arrTemplates[@]}"
@@ -78,7 +78,7 @@ case "$command" in
       done
 
       # we always want our config file last so it takes priority
-      input="$input _FILE_SEPERATOR_ $config"
+      input="$input _FILE_SEPERATOR_ $config_data"
 
       set_volumes