mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes configuration import not working
This commit is contained in:
parent
4bf7f1f2cc
commit
dec8c48fd0
8 changed files with 14 additions and 7 deletions
|
|
@ -81,6 +81,7 @@ end
|
|||
function prefs_dump_utils.import_prefs_to_disk(prefs_dump_table)
|
||||
-- Do the actual dump
|
||||
local where = import_prefs_file_path
|
||||
tprint(prefs_dump_table)
|
||||
return prefs_dump_utils.write_prefs_dump_table_to_file(prefs_dump_table, where)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue