aboutsummaryrefslogtreecommitdiff
path: root/utils/bitcoinnodes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/bitcoinnodes.sh')
-rwxr-xr-xutils/bitcoinnodes.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/bitcoinnodes.sh b/utils/bitcoinnodes.sh
index 19b30b4d9..3641618d0 100755
--- a/utils/bitcoinnodes.sh
+++ b/utils/bitcoinnodes.sh
@@ -1,10 +1,9 @@
#!/usr/bin/env bash
+set -e
#
# List all the current bittorrent nodes
#
-set -e
-
cd "$(dirname "${0}")" || exit 1
. ./common.sh || exit 1