commit 33712e3f774feb25e1f04db3af691dc3dd3f8b13
parent a323aa942c6008fcb059ca2ca75dce7b660d1d28
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 18 Jul 2017 11:33:02 +0200
passing (MANDATORY) -c option to taler-auditor-sign
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
@@ -17,7 +17,8 @@ taler-auditor-sign \
-u $TALER_ENV_URL_AUDITOR \
-m $(taler-config -s exchange -o master_public_key) \
-r "$auditor_request_dir/auditor_request" \
- -o "$(taler-config -s exchangedb -o auditor_base_dir -f)/$(date +%s%N)"
+ -o "$(taler-config -s exchangedb -o auditor_base_dir -f)/$(date +%s%N)" \
+ -c .config/taler.conf
if [[ 0 != $? ]]; then
echo Auditor signing not accomplished.