taler-deployment

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

commit 4883a7664f61880d95ad0030c20197e7d08a9145
parent a5ffe0f7a70ce0eb8b50629d50cc3997d6e119dd
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 29 May 2019 20:55:41 +0200

fix whoami

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

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh @@ -52,7 +52,7 @@ rm "${REPORT_FILE_NOEXT}.log" # Group to assign the file. GROUP="test" -if $(whoami) | grep demo; then +if echo $(whoami) | grep demo; then GROUP="demo" fi