Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 1 Feb 2025 13:30:22 +0000 (14:30 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 1 Feb 2025 13:30:22 +0000 (14:30 +0100)
- removed duplicate

nodeinfo.sh

index 86ab79cac3c386bd6be672a453bc2d79efaceb55..4ab4da17025c28289efab4639e4fc522598ff75a 100755 (executable)
@@ -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;")