taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit b6b0642a346f88a136f50cc7923ef4cff130e039
parent a9b9b34c2a13412ae28ee28e2dd3a090da440263
Author: ms <ms@taler.net>
Date:   Sat, 18 Sep 2021 11:34:18 +0200

logging

Diffstat:
Mbin/taler-deployment-prepare-with-eufin | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin @@ -115,7 +115,7 @@ case $TALER_ENV_NAME in esac echo " OK" -echo -n "Add this exchange to the auditor.." +echo -n "Add this exchange to the auditor..." EXCHANGE_MASTER_PUB=$(taler-config -s exchange -o master_public_key) taler-auditor-exchange \ -m "$EXCHANGE_MASTER_PUB" \