summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-prepare
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-06 14:14:37 +0100
committerFlorian Dold <florian@dold.me>2021-01-06 14:14:37 +0100
commit70a34a474a8984e079d1b815cdf79e3dcc059c19 (patch)
tree472fd38b4e495f22e1d5d60ef9210c566dd92521 /bin/taler-deployment-prepare
parent4fa0fbc95bfcb693fd01756c5e7372596ef6f91d (diff)
downloaddeployment-70a34a474a8984e079d1b815cdf79e3dcc059c19.tar.gz
deployment-70a34a474a8984e079d1b815cdf79e3dcc059c19.tar.bz2
deployment-70a34a474a8984e079d1b815cdf79e3dcc059c19.zip
init merchant DB
Diffstat (limited to 'bin/taler-deployment-prepare')
-rwxr-xr-xbin/taler-deployment-prepare2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 47cbd4b..35dbd36 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -163,6 +163,8 @@ esac
## Step 6: Set up merchant
##
+taler-merchant-dbinit
+
# Configure merchant instances.
taler-deployment-arm -s
if taler-deployment-arm -I | grep "^taler-merchant" > /dev/null; then