gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix syntax


From: gnunet
Subject: [taler-exchange] branch master updated: fix syntax
Date: Wed, 06 Dec 2023 11:20:19 +0100

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

ms pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1f177319 fix syntax
1f177319 is described below

commit 1f177319cadb1baa8754c151ff414837f5a0f42c
Author: MS <ms@taler.net>
AuthorDate: Wed Dec 6 11:20:16 2023 +0100

    fix syntax
---
 contrib/taler-exchange-dbconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/taler-exchange-dbconfig b/contrib/taler-exchange-dbconfig
index 66ad613c..4449ce19 100755
--- a/contrib/taler-exchange-dbconfig
+++ b/contrib/taler-exchange-dbconfig
@@ -132,7 +132,7 @@ else
     DO_CREATE=1
 fi
 
-if [1 = "$DO_CREATE" ]
+if [ 1 = "$DO_CREATE" ]
 then
     echo "Creating database '$DBNAME'." 1>&2
 

-- 
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]