[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/04: -fail on errors
From: |
gnunet |
Subject: |
[gnunet] 02/04: -fail on errors |
Date: |
Sun, 21 Aug 2022 23:58:18 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit 514876ca68798981377cb0f00e98f8772f655fc5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 21 23:57:31 2022 +0200
-fail on errors
---
src/dht/dhtu_testbed_connect.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/dht/dhtu_testbed_connect.sh b/src/dht/dhtu_testbed_connect.sh
index 871e9eb1b..daf6f34cf 100755
--- a/src/dht/dhtu_testbed_connect.sh
+++ b/src/dht/dhtu_testbed_connect.sh
@@ -1,6 +1,8 @@
#!/bin/bash
# This file is in the public domain.
+set -eu
+
# Helper script for dhtu_testbed_deploy.sh.
# Do not invoke directly.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.