parsav  Diff

Differences From Artifact [212041720e]:

To Artifact [dd2878563c]:


    13     13   	'login-username';
    14     14   	'login-challenge';
    15     15   
    16     16   	'conf';
    17     17   	'conf-profile';
    18     18   	'conf-sec';
    19     19   	'conf-sec-credmg';
           20  +	'conf-user-ctl';
    20     21   }
    21     22   
    22     23   local ingest = function(filename)
    23     24   	local hnd = io.open(path..'/'..filename)
    24     25   	local txt = hnd:read('*a')
    25     26   	io.close(hnd)
    26     27   	txt = txt:gsub('([^\\])!%b[]', '%1')