Added mock build. Part 2

This commit is contained in:
alexey
2025-03-11 23:54:19 +03:00
parent 48b648f46b
commit 103be7f402
7 changed files with 63 additions and 4 deletions

View File

@@ -62,4 +62,12 @@ class IniConfig
"projects"
end
end
def get_counter_path()
unless @config["counter"]["path"].nil?
@config["counter"]["path"].to_s
else
"locks/counter"
end
end
end