Skip to content
Snippets Groups Projects
Commit fd0b854f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

sutils.ini is locate in the exec directory, not the cwd (ctrl dir).

parent 2f176dd8
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ print("* Synchronet Utilities v" + format("%-28s", REVIS
print("* Use Ctrl-C to abort the process if desired *");
print("******************************************************************************");
var file = new File("sutils.ini");
var file = new File(system.exec_dir + "sutils.ini");
var categories;
if(file.open("r")) {
categories = file.iniGetObject('categories');
......
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