summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/make_auditor_reports.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 7a6ab70..32465d0 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -27,11 +27,11 @@ SUDO_COLOR="sudo -u ${ACTIVE_COLOR}"
JINJA_TEMPLATE="auditor-report.tex.j2"
REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports"
-${SUDO_COLOR} sh -c \
+${SUDO_COLOR} bash -c \
"source /home/${ACTIVE_COLOR}/activate; \
taler-auditor > ${REPORT_FILE}.txt"
-${SUDO_COLOR} sh -c \
+${SUDO_COLOR} bash -c \
"source /home/${ACTIVE_COLOR}/activate; \
taler-wire-auditor > ${WIRE_REPORT_FILE}.txt"