commit 711d5929689d0f01f9a7a8897090dc6fff33123d parent a0c2ef714917e74abfc52a9dc4901066ed30a1ea Author: MS <ms@taler.net> Date: Wed, 16 Nov 2022 08:55:35 +0100 help message Diffstat:
| M | docker/demo/images/merchant/startup.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/demo/images/merchant/startup.sh b/docker/demo/images/merchant/startup.sh @@ -115,7 +115,7 @@ case $INSTANCES_STATUS in source /update_instances_auth.sh; ;; *) - echo Default instance found, API key correct, do nothing. + echo "Taler (witness) instance found, API key correct, do nothing." ;; esac export TALER_ENV_URL_MERCHANT_BLOG=`taler-config -c /config/deployment.conf -s taler-deployment -o blog-url`