commit 1537312e5bf0e7c78efcaf232f4140a17a4366a0 parent c29d5d3a407ad9c378c707a7edeb2f66ece7b07e Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 9 Mar 2020 13:19:33 +0530 remove superfluous script Diffstat:
| D | bin/taler-deployment-auditor-sign | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/bin/taler-deployment-auditor-sign b/bin/taler-deployment-auditor-sign @@ -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"