projects
/
fba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa6072
)
Continued:
author
Roland Häder
<roland@mxchange.org>
Sat, 1 Feb 2025 13:30:22 +0000
(14:30 +0100)
committer
Roland Häder
<roland@mxchange.org>
Sat, 1 Feb 2025 13:30:22 +0000
(14:30 +0100)
- removed duplicate
nodeinfo.sh
patch
|
blob
|
history
diff --git
a/nodeinfo.sh
b/nodeinfo.sh
index 86ab79cac3c386bd6be672a453bc2d79efaceb55..4ab4da17025c28289efab4639e4fc522598ff75a 100755
(executable)
--- a/
nodeinfo.sh
+++ b/
nodeinfo.sh
@@
-16,10
+16,6
@@
elif [ -n "$1" -a -f "$1" ]
then
DOMAIN_LIST=$(cat "$1")
MODE="file"
-elif [ "$1" = "--nodeinfo" ]
-then
- DOMAIN_LIST=$(sqlite3 blocks.db "SELECT domain FROM instances WHERE software IS NULL AND nodeinfo_url IS NOT NULL ORDER BY last_updated ASC;")
- MODE="nodeinfo"
elif [ "$1" = "--timeout" ]
then
DOMAIN_LIST=$(sqlite3 blocks.db "SELECT domain FROM instances WHERE last_error_details LIKE '%Timeout%' ORDER BY last_updated ASC;")