taler-deployment

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

commit 892cddbb36c3956aa28ed1e1fc4d8850d90fc3c2
parent 5c9dca7649237e429c276b2de32ba27034501951
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  9 Mar 2020 13:45:06 +0530

provide bank accounts in prepare

Diffstat:
Mbin/taler-deployment-prepare | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -93,11 +93,12 @@ chmod 770 "$WIRE_RESPONSE" ## -## Step 4: +## Step 4: Set up the bank ## case $TALER_ENV_NAME in demo|test|int) + taler-bank-manage django provide_accounts taler-bank-manage django changepassword_unsafe Exchange x ;; *)