Explorar el Código

ffho-site-generate: fix filename
site.conf is now called site.json in gluon-master, because of the json-format

Karsten Böddeker hace 8 años
padre
commit
af96ed438e

+ 1 - 1
ffho/ffho-site-generate/files/lib/gluon/upgrade/005-set-site-config

@@ -41,7 +41,7 @@ if site_code ~= currentsite then
       end
       default = add_var_to_table(default, site)
 
-      local file = '/lib/gluon/site.conf'
+      local file = '/lib/gluon/site.json'
       local f = io.open(file, "w")
       f:write(json.encode(default))
       f:close()