taler-deployment

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

commit f93a382a219da65ae1a2990665c8234e70786052
parent 2d5e8491741b5bba0b4fdb466fd5fb0ffb76a92c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue,  4 Dec 2018 18:25:01 +0100

More single quotes.

Diffstat:
Mbuildbot/make_auditor_reports.sh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh @@ -27,10 +27,10 @@ SUDO_COLOR="sudo -u ${ACTIVE_COLOR}" JINJA_TEMPLATE="auditor-report.tex.j2" REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports" -TALER_AUDITOR_EXCHANGE=$(printf "taler-auditor-exchange -c %s -m %s -u %s" \ - "'${HOME}/.config/taler.conf'" \ - "'$(taler-config -s exchange -o master_public_key)'" \ - "'$(taler-config -s exchange -o base_url)'") +TALER_AUDITOR_EXCHANGE=$(printf "taler-auditor-exchange -c '%s' -m '%s' -u '%s'" \ + '${HOME}/.config/taler.conf' \ + '$(taler-config -s exchange -o master_public_key)' \ + '$(taler-config -s exchange -o base_url)') CMD=$(printf "%s; %s" \ "source /home/${ACTIVE_COLOR}/activate" \