Skip to content
Snippets Groups Projects
Commit 1ed8d43f 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 c669092d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #615 passed
......@@ -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.
Please register or to comment