summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-prepare-with-eufin
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-09-18 12:18:08 +0200
committerms <ms@taler.net>2021-09-18 12:18:08 +0200
commitf0a419150fa7fe1c0769767e0d26e71aa89f8b4e (patch)
tree72ab8ae5d29f8b210a656160cb41e4b58bad4b5f /bin/taler-deployment-prepare-with-eufin
parent2ea03eb638f832f0f822c2d9a4494bea425d4923 (diff)
downloaddeployment-f0a419150fa7fe1c0769767e0d26e71aa89f8b4e.tar.gz
deployment-f0a419150fa7fe1c0769767e0d26e71aa89f8b4e.tar.bz2
deployment-f0a419150fa7fe1c0769767e0d26e71aa89f8b4e.zip
logging
Diffstat (limited to 'bin/taler-deployment-prepare-with-eufin')
-rwxr-xr-xbin/taler-deployment-prepare-with-eufin8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin
index c07bef2..4f3345d 100755
--- a/bin/taler-deployment-prepare-with-eufin
+++ b/bin/taler-deployment-prepare-with-eufin
@@ -70,7 +70,7 @@ echo " OK"
##
## Step 1b: initialize database
##
-if test $WITH_DB_RESET = yes; then
+if test $WITH_DB_RESET = resetDb; then
echo -n "Reset and init exchange DB.."
taler-exchange-dbinit --reset
echo " OK"
@@ -173,7 +173,7 @@ sleep 5
## Step 4: Set up euFin
##
-if test $WITH_DB_RESET = yes; then
+if test $WITH_DB_RESET = resetDb; then
echo -n "Resetting euFin databases.."
# NOTE/FIXME: those values _could_ be extracted from
# the environment, as this one contains already the DB
@@ -372,7 +372,7 @@ esac
## Step 6: Set up merchant
##
-if test $WITH_DB_RESET = yes; then
+if test $WITH_DB_RESET = resetDb; then
echo -n "Reset and init merchant database.."
taler-merchant-dbinit --reset
echo " OK"
@@ -406,7 +406,7 @@ fi
echo "Configuring instances"
taler-deployment-config-instances-iban
-
+echo "Stopping exchange services"
taler-deployment-arm -k taler-exchange
taler-deployment-arm -k taler-exchange-secmod-rsa
taler-deployment-arm -k taler-exchange-secmod-eddsa