summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-prepare
diff options
context:
space:
mode:
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