Skip to content
Snippets Groups Projects
Commit cfe9bfe7 authored by David Trattnig's avatar David Trattnig
Browse files

Option for default config file.

parent 5813bccf
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,10 @@
# READ INI FILE
%include "readini.liq"
ini = read_ini("../../configuration/engine.ini")
default_config = "../../configuration/engine.ini"
config = list.hd(default=default_config, get_process_lines("ls /etc/aura/engine.ini"))
log("Config file used: #{config}")
ini = read_ini(config)
# TELNET SETTINGS
set("server.telnet", true)
......
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