]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 25 Aug 2023 15:50:18 +0000 (17:50 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 25 Aug 2023 15:50:18 +0000 (17:50 +0200)
- fixed Shell script
- scoreboard for commands is total peers

nodeinfo.sh
templates/views/scoreboard.html

index edb20856bdae2e1062ab11a49546838b5bfe1fd6..cdeaa8f6e4f07f27fa1d506bd9639b71b9002c5c 100755 (executable)
@@ -52,7 +52,7 @@ else
        DOMAINS=$(sqlite3 blocks.db "SELECT domain FROM instances WHERE software IS NULL AND nodeinfo_url IS NOT NULL ORDER BY last_updated ASC;")
 fi
 
-if [ -z "${DOMAINS}" and -z "${SOFTWARE_LIST}" ]
+if [ -z "${DOMAINS}" -a -z "${SOFTWARE_LIST}" ]
 then
        echo "$0: No domains or software found! MODE='${MODE}'"
        exit 255
index 4e40f8d101c541c2d6b57754bc3c7646d63ce6e5..5cf8d4b7c2827a3414a847d85cf30dc92e48956e 100644 (file)
@@ -36,7 +36,7 @@
             <thead>
                 <th>№</th>
                 <th>{% if mode in ('software', 'avg_peers', 'obfuscator') %}Software{% elif mode == 'obfuscation' %}Obfuscation status{% elif mode == 'detection_mode' %}Detection mode{% elif mode == 'error_code' %}Error code{% else %}Instance{% endif %}</th>
-                <th>{% if mode == 'reference' %}References{% elif mode == 'avg_peers' %}Average{% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode') %}Total{% else %}Blocks{% endif %}</th>
+                <th>{% if mode == 'reference' %}References{% elif mode == 'avg_peers' %}Average{% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode', 'command') %}Total{% else %}Blocks{% endif %}</th>
             </thead>
 
             <tbody>