commit 27faff7e5c68c5a9bfeef56570c397eaebd8be89 parent e275a2f800ea62f8532b9c71364839e5b0709e56 Author: Florian Dold <florian@dold.me> Date: Wed, 3 Nov 2021 16:03:46 +0100 do dbinit Diffstat:
| M | bin/taler-deployment-prepare | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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 ##