gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix negation for shutdown of PG


From: gnunet
Subject: [taler-exchange] branch master updated: -fix negation for shutdown of PG
Date: Mon, 06 Feb 2023 18:37:07 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5c983bd0 -fix negation for shutdown of PG
5c983bd0 is described below

commit 5c983bd05ee1832e51954848e32905a38163abc2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 6 18:37:05 2023 +0100

    -fix negation for shutdown of PG
---
 src/auditor/test-revocation.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index 187cc031..a1f0ab1a 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -96,7 +96,7 @@ function cleanup()
 function exit_cleanup()
 {
     echo "Running exit-cleanup"
-    if test -z "${POSTGRES_PATH:-}"
+    if test ! -z "${POSTGRES_PATH:-}"
     then
         echo "Stopping Postgres at ${POSTGRES_PATH}"
         ${POSTGRES_PATH}/pg_ctl -D $TMPDIR -l /dev/null stop &> /dev/null || 
true

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