taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit bf7b45682609b64048bef49432016518f2e95928
parent 27faff7e5c68c5a9bfeef56570c397eaebd8be89
Author: Florian Dold <florian@dold.me>
Date:   Wed,  3 Nov 2021 16:11:34 +0100

don't reset

Diffstat:
Mbin/taler-deployment-prepare | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -73,7 +73,7 @@ esac if test $WITH_DB_RESET = yes; then taler-exchange-dbinit --reset else - taler-exchange-dbinit --reset + taler-exchange-dbinit fi ##