summaryrefslogtreecommitdiff
path: root/docker/merchant/entry_point.sh
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-01-05 13:26:28 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-01-05 13:26:28 +0100
commit38dadb60d9014c9ce1d1a239055672d2cdd7ddf8 (patch)
tree61b7cf676f85593d9560f318c3f343ab9a4ad63f /docker/merchant/entry_point.sh
parent9a221d6b368e82538e27f499e5c42a0714f9aa33 (diff)
downloaddeployment-38dadb60d9014c9ce1d1a239055672d2cdd7ddf8.tar.gz
deployment-38dadb60d9014c9ce1d1a239055672d2cdd7ddf8.tar.bz2
deployment-38dadb60d9014c9ce1d1a239055672d2cdd7ddf8.zip
Fix merchant entrypoint
Diffstat (limited to 'docker/merchant/entry_point.sh')
-rwxr-xr-xdocker/merchant/entry_point.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/merchant/entry_point.sh b/docker/merchant/entry_point.sh
index 82f3777..3cd01fb 100755
--- a/docker/merchant/entry_point.sh
+++ b/docker/merchant/entry_point.sh
@@ -9,5 +9,5 @@ taler-config -s merchant -o serve -V tcp
taler-config -s merchant -o port -V 9966
taler-config -s merchant-exchange-test -o master_key -V $(cat ./exchange_pub.txt)
taler-config -s merchant-exchange-test -o uri -V $(cat ./exchange_uri.txt)
-taler-exchange-dbinit -r
-taler-exchange-httpd
+taler-merchant-dbinit -r
+taler-merchant-httpd