taler-deployment

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

commit 1f54f7ae2ce49b7f29b1186bc70fe677bf292fbb
parent f1c684c9478135888da405552dc6bdc407fd2f95
Author: MS <ms@taler.net>
Date:   Tue, 24 Aug 2021 22:33:25 -1100

follow up

Diffstat:
Mbin/taler-deployment-prepare | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -16,10 +16,6 @@ source "$HOME/activate" # production. WITH_DB_RESET=${1-no} -if test $1 = yes; then - WITH_DB_RESET=yes -fi - if [[ -z ${TALER_ENV_NAME+x} ]]; then echo "TALER_ENV_NAME not set" exit 1