summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hercules/code/servertoclient/groups.py2
-rw-r--r--hercules/templates/group.tpl1
2 files changed, 2 insertions, 1 deletions
diff --git a/hercules/code/servertoclient/groups.py b/hercules/code/servertoclient/groups.py
index 99424e5..9a2d6b1 100644
--- a/hercules/code/servertoclient/groups.py
+++ b/hercules/code/servertoclient/groups.py
@@ -155,7 +155,7 @@ def getInheritStr(inherits, names):
def convertGroups():
destDir = "clientdata/"
templatesDir = "templates/"
- groupsConfFile = "serverdata/conf/groups.conf"
+ groupsConfFile = "../../server-data/conf/groups.conf"
makeDir(destDir)
tpl = readFile(templatesDir + "group.tpl")
groupsTpl = readFile(templatesDir + "groups.xml")
diff --git a/hercules/templates/group.tpl b/hercules/templates/group.tpl
index 99868d3..c93b778 100644
--- a/hercules/templates/group.tpl
+++ b/hercules/templates/group.tpl
@@ -2,6 +2,7 @@
id="{id}"
name={name}
longName={name}{inherit}
+ highlightName="true"
>
<commands>{commands}
</commands>