summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-09 04:36:17 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-09 04:36:17 +0200
commit84a69c0fbcf99c82fec87e84f51625e3ddf1a7e8 (patch)
tree11c085f71ebdf57f44b8b96a08b238e1361c0ae5 /bin
parent747415c3f2e40dcbf71310702c215b0259a51d8d (diff)
downloaddeployment-84a69c0fbcf99c82fec87e84f51625e3ddf1a7e8.tar.gz
deployment-84a69c0fbcf99c82fec87e84f51625e3ddf1a7e8.tar.bz2
deployment-84a69c0fbcf99c82fec87e84f51625e3ddf1a7e8.zip
fix name
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-keyup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 078ba92..8213881 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -65,7 +65,7 @@ if [[ -s $AUDITOR_REQUEST_DIR/auditor_request ]]; then
taler-auditor-sign \
-u $TALER_ENV_URL_AUDITOR \
-m $EXCHANGE_PUB \
- -r "$auditor_request_dir/auditor_request" \
+ -r "$AUDITOR_REQUEST_DIR/auditor_request" \
-o "$AUDITOR_BASE_DIR/$(date +%s%N)" \
-c ${HOME}/.config/taler.conf
fi