summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-prepare3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 7f8c543..0e328cd 100755
--- 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
;;
*)