fileparser-problem
This commit is contained in:
parent
cc8f758f15
commit
e901e7a991
|
@ -62,6 +62,7 @@ module LogAn::Inc
|
||||||
configs = @conf[:configs] = {}
|
configs = @conf[:configs] = {}
|
||||||
%w[hosts files].each {|key| configs[key.to_sym] = config( @etc, key) }
|
%w[hosts files].each {|key| configs[key.to_sym] = config( @etc, key) }
|
||||||
configs[:fileparser] = config( @etc, 'fileparser') {|val| Safebox.run "[#{val}]"}
|
configs[:fileparser] = config( @etc, 'fileparser') {|val| Safebox.run "[#{val}]"}
|
||||||
|
LogAn::Inc::SID0.config = configs
|
||||||
end
|
end
|
||||||
|
|
||||||
# Open seeks-database
|
# Open seeks-database
|
||||||
|
|
Loading…
Reference in a new issue