From 176e5604c5d7d8aa91396c82abdc0b4c95b1ce84 Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Fri, 6 Mar 2015 16:51:10 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60d6f26..0566147 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Configuration The config file provides a default configuration. Some parts can be overridden by command line parameters, other variables shall use those parameters. Thus the config file is divided in two parts (functions): funcConfigPre and funcConfigPost. In funcConfigPre the following values have to be set: + user="OTR-User" pass="OTR-Password" From 82ed3f1101ea526952507938804bd40526d93a38 Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Fri, 6 Mar 2015 16:58:21 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0566147..e0ebc44 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Configuration The config file provides a default configuration. Some parts can be overridden by command line parameters, other variables shall use those parameters. Thus the config file is divided in two parts (functions): funcConfigPre and funcConfigPost. In funcConfigPre the following values have to be set: - user="OTR-User" + user="OTR-Email" pass="OTR-Password" delugeDir="/etc/deluged" # Config dir of DelugeD @@ -31,7 +31,8 @@ In funcConfigPre the following values have to be set: logLevel=2 # level, which messages shall be written into the log. echoLevel=5 # level, which messages shall be written to stdout. -In funcConfigPost you can use the above variables. Their content may be modified by command line parameters. +In funcConfigPost you can use the variables from above. Their content may be modified by command line parameters. + cmdDecode="/usr/bin/otrtool" # path to otrkey decoder cmdDecodeArgs="-x -e $user -p $pass -D $uncutDir" # for peropeters otrdecoder