summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-auditor-sign
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-09 13:19:33 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-09 13:19:33 +0530
commit1537312e5bf0e7c78efcaf232f4140a17a4366a0 (patch)
tree3fcccc61fede39b174f077c47a613add7870cc18 /bin/taler-deployment-auditor-sign
parentc29d5d3a407ad9c378c707a7edeb2f66ece7b07e (diff)
downloaddeployment-1537312e5bf0e7c78efcaf232f4140a17a4366a0.tar.gz
deployment-1537312e5bf0e7c78efcaf232f4140a17a4366a0.tar.bz2
deployment-1537312e5bf0e7c78efcaf232f4140a17a4366a0.zip
remove superfluous script
Diffstat (limited to 'bin/taler-deployment-auditor-sign')
-rwxr-xr-xbin/taler-deployment-auditor-sign12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/taler-deployment-auditor-sign b/bin/taler-deployment-auditor-sign
deleted file mode 100755
index 3058fc5..0000000
--- a/bin/taler-deployment-auditor-sign
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-if test -z $TALER_ENV_NAME; then
- echo Please run 'source ~/activate' beforehand.
- exit 1
-fi
-
-taler-auditor-sign \
- -m $(taler-config -s exchange -o MASTER_PUBLIC_KEY) \
- -u $TALER_ENV_URL_AUDITOR \
- -o "$(taler-config -s exchangedb -o AUDITOR_BASE_DIR -f)/signed_denoms" \
- -r "$HOME/shared-data/exchange/auditor-request/auditor_request"