From 4883a7664f61880d95ad0030c20197e7d08a9145 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 29 May 2019 20:55:41 +0200 Subject: fix whoami --- buildbot/make_auditor_reports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot/make_auditor_reports.sh') diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh index ca71cc5..ede8947 100755 --- 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 -- cgit v1.2.3