commit 8af8ea322434f5835000adb29c57de8aa3b607aa parent 53ae1784e21f74d5ed6da9504f61283aaa71d125 Author: Christian Grothoff <grothoff@gnunet.org> Date: Sun, 14 Jan 2024 18:15:11 +0100 fix Diffstat:
| M | 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 @@ -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