summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-prepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index f900eed..ab78d47 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -14,7 +14,7 @@ source "$HOME/activate"
# $1 = {yes,no} indicates WITH_DB_RESET. Defaults to no.
# Helps avoiding color Y destroying the DB while color X is in
# production.
-WITH_DB_RESET=no
+WITH_DB_RESET=${1-no}
if test $1 = yes; then
WITH_DB_RESET=yes