[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-mdb] branch master updated: fix
From: |
gnunet |
Subject: |
[taler-taler-mdb] branch master updated: fix |
Date: |
Sun, 14 Jan 2024 18:15:15 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-mdb.
The following commit(s) were added to refs/heads/master by this push:
new 8af8ea3 fix
8af8ea3 is described below
commit 8af8ea322434f5835000adb29c57de8aa3b607aa
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jan 14 18:15:11 2024 +0100
fix
---
contrib/taler-mdb-network-check.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/taler-mdb-network-check.sh
b/contrib/taler-mdb-network-check.sh
index bfb3a79..8fdcdcd 100755
--- a/contrib/taler-mdb-network-check.sh
+++ b/contrib/taler-mdb-network-check.sh
@@ -150,7 +150,7 @@ function check_network()
then
if ! wget --no-check-certificate "${DEF_BACKEND}config" -O /dev/null
&> /dev/null
then
- show_failure backend-no-web-server
+ show_failure backend-no-webserver
return
fi
fi
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-mdb] branch master updated: fix,
gnunet <=