diff options
author | Javier Sanchez Parra <jsanchez@soleta.eu> | 2020-03-23 15:58:57 +0100 |
---|---|---|
committer | Alvaro Neira Ayuso <aneira@soleta.eu> | 2020-03-24 08:06:02 +0100 |
commit | f11e345dbf4892ae57fe0ffded5f78febb26dc21 (patch) | |
tree | f323bbc4256b9b33c4fd74012ebe57d189a842d9 | |
parent | 2cd7f5b4fccf6f9d158d3a18b46813357bfc9cb9 (diff) |
Rename config file
This commit changes the name of the config file from ogagent.cfg to
ogclient.cfg.
-rw-r--r-- | cfg/ogclient.cfg (renamed from cfg/ogagent.cfg) | 0 | ||||
-rw-r--r-- | main.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cfg/ogagent.cfg b/cfg/ogclient.cfg index 34939d2..34939d2 100644 --- a/cfg/ogagent.cfg +++ b/cfg/ogclient.cfg @@ -14,7 +14,7 @@ from signal import signal, SIGPIPE, SIG_DFL def main(): signal(SIGPIPE, SIG_DFL) ogconfig = ogConfig() - config_path = f'{ogConfig.OG_PATH}ogClient/cfg/ogagent.cfg' + config_path = f'{ogConfig.OG_PATH}ogClient/cfg/ogclient.cfg' if (not ogconfig.parser_file(config_path)): print ('Error: Parsing configuration file') return 0 |