taler-deployment

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

commit 207e0139befc3b66aff6157360d5535e6b9ab121
parent b8d4c1f04088d2fec4f27b551d1ea31ad536a4da
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 30 Nov 2018 15:54:58 +0100

Debug.

Diffstat:
Mbuildbot/make_auditor_reports.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh @@ -13,6 +13,7 @@ if test -z ${TALER_DEPLOYMENT}; then fi ACTIVE_COLOR=$(sudo -u ${TALER_DEPLOYMENT} cat /home/${TALER_DEPLOYMENT}/active) +echo "Active color is: $ACTIVE_COLOR" if test -z ${ACTIVE_COLOR}; then echo "Could not outline what the active color is"