adding new network_info.sh tool to system info page

This commit is contained in:
mcguirepr89
2022-01-25 08:48:10 -05:00
parent 315605092c
commit 79102c56f1
2 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -928,12 +928,12 @@ ACCESS="command"
; - "systeminfo" systeminfo command is run everytime the block gets refreshed or build (WinNT)
;
COMMAND="curl"
COMMAND="network_info.sh"
#COMMAND="cat"
; define COMMAND parameters (for command access)
;
PARAMS="-s4 ifconfig.co"
PARAMS=""
#PARAMS="/home/pi/BirdNET-Pi/thisrun.txt"
[pingtest]