gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: Fix unbound argument with defa


From: gnunet
Subject: [taler-deployment] branch master updated: Fix unbound argument with default expansion (bash).
Date: Wed, 25 Aug 2021 11:32:25 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f1c684c  Fix unbound argument with default expansion (bash).
f1c684c is described below

commit f1c684c9478135888da405552dc6bdc407fd2f95
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 24 22:31:50 2021 -1100

    Fix unbound argument with default expansion (bash).
---
 bin/taler-deployment-prepare | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]