diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/tinder.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf index 00cb7fa5db..bb28bb320e 100644 --- a/conf/tinder.conf +++ b/conf/tinder.conf @@ -4,7 +4,8 @@ INHERIT += "tinderclient" #TINDER_ADMIN = "you@yourhost" #Name of the client -#TINDER_BUILD = "Tinder Client Test/NameOfClient" +#DO NOT USE / in a name!! +#TINDER_BUILDNAME = "Tinder Client Test-NameOfClient" #What error parser to use #TINDER_ERROR = "unix" @@ -19,4 +20,3 @@ INHERIT += "tinderclient" #TINDER_REPORT = "1" TINDER_START := "${@time.strftime('%m/%d/%Y %H:%M:%S', time.localtime())}" - |