#!/bin/bash if test -z $TALER_CONFIG_ENV; then echo Please run 'source ~/activate' beforehand. exit 1 fi taler-auditor-sign \ -m $(taler-config -s exchange -o MASTER_PUBLIC_KEY) \ -u "https://auditor.${TALER_CONFIG_ENV}.taler.net/" \ -o "$(taler-config -s exchangedb -o AUDITOR_BASE_DIR -f)/signed_denoms" \ -r "$HOME/shared-data/exchange/auditor-request/auditor_request"