Skip to content
Snippets Groups Projects
Commit d9ea5cf6 authored by Wainer Vandelli's avatar Wainer Vandelli
Browse files

Do not update the DB configuration, since it is not useful
parent b00622db
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,6 @@ def main(conf): ...@@ -166,7 +166,6 @@ def main(conf):
manager.managerConf(conf) manager.managerConf(conf)
copy.copyConf(conf) copy.copyConf(conf)
delete.deleteConf(conf) delete.deleteConf(conf)
db.dbConf(conf)
if mailFlag: setLogLevel(mailLevel,email) if mailFlag: setLogLevel(mailLevel,email)
setLogLevel(LogLevel,mainLog) setLogLevel(LogLevel,mainLog)
setLogLevel(LogLevel,dbLog) setLogLevel(LogLevel,dbLog)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment