taler-deployment

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

commit 5ede6ccc33f67c49a9f920ed671372c896911cf5
parent 87f7c988f2f2422ef75ca516f74cabd5f74a895b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu,  5 Sep 2019 22:10:57 +0200

fix bootstrapper

Diffstat:
Mbootstrap-taler | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap-taler b/bootstrap-taler @@ -130,7 +130,7 @@ if test "test" = $ENVNAME; then if ! test -d $HOME/auditor_worker; then echo Creating auditor_worker.. - buildbot-worker create-worker $HOME/auditor_worker localhost:9989 test-auditor-worker auditor-pass + buildbot-worker create-worker $HOME/auditor_worker localhost:9989 test-auditor-worker test-auditor-pass else echo auditor_worker already in place. fi