summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-prepare
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-11-03 16:03:46 +0100
committerFlorian Dold <florian@dold.me>2021-11-03 16:03:46 +0100
commit27faff7e5c68c5a9bfeef56570c397eaebd8be89 (patch)
tree611aca67bec66f0090bdd5d804dcc608fab8e4b4 /bin/taler-deployment-prepare
parente275a2f800ea62f8532b9c71364839e5b0709e56 (diff)
downloaddeployment-27faff7e5c68c5a9bfeef56570c397eaebd8be89.tar.gz
deployment-27faff7e5c68c5a9bfeef56570c397eaebd8be89.tar.bz2
deployment-27faff7e5c68c5a9bfeef56570c397eaebd8be89.zip
do dbinit
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 d40291e..b2ee329 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -72,6 +72,8 @@ esac
if test $WITH_DB_RESET = yes; then
taler-exchange-dbinit --reset
+else
+ taler-exchange-dbinit --reset
fi
##