X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=nodeinfo.sh;h=2ba294481e231ca6fe31c07c70c89837883072df;hb=63051b1e8fc4ff663ac66c01d7340dbabaea7bf3;hp=f286f0577f9ffd451df797e4355336626da4a722;hpb=0d45d38c4924592f8ea59b99a2f05a42aeb533e7;p=fba.git diff --git a/nodeinfo.sh b/nodeinfo.sh index f286f05..2ba2944 100755 --- a/nodeinfo.sh +++ b/nodeinfo.sh @@ -28,10 +28,6 @@ elif [ "$1" = "--generator" ] then DOMAIN_LIST=$(sqlite3 blocks.db "SELECT domain FROM instances WHERE detection_mode='GENERATOR' ORDER BY last_updated ASC;") MODE="generator" -elif [ "$1" = "--same" ] -then - DOMAIN_LIST=$(sqlite3 blocks.db "SELECT domain FROM instances WHERE domain=software ORDER BY last_updated ASC;") - MODE="same" else DOMAIN_LIST=$(sqlite3 blocks.db "SELECT domain FROM instances WHERE software IS NULL AND nodeinfo_url IS NOT NULL ORDER BY last_updated ASC;") fi