summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-prepare
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-08-24 22:33:25 -1100
committerMS <ms@taler.net>2021-08-24 22:33:25 -1100
commit1f54f7ae2ce49b7f29b1186bc70fe677bf292fbb (patch)
treee6ab0eeaed732ae8f8088e8018795571696ebf27 /bin/taler-deployment-prepare
parentf1c684c9478135888da405552dc6bdc407fd2f95 (diff)
downloaddeployment-1f54f7ae2ce49b7f29b1186bc70fe677bf292fbb.tar.gz
deployment-1f54f7ae2ce49b7f29b1186bc70fe677bf292fbb.tar.bz2
deployment-1f54f7ae2ce49b7f29b1186bc70fe677bf292fbb.zip
follow up
Diffstat (limited to 'bin/taler-deployment-prepare')
-rwxr-xr-xbin/taler-deployment-prepare4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index ab78d47..e26a3bc 100755
--- 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