Script to check api stats on public/private storj servers

are these results historical as for the entire life of the node

I changed the following line in order to get it to work on my Unraid server.

for n in curl -s $server:$port/api/dashboard | jq -r '.data.satellites[].id'

Might make it more compatible with systems other than just debian.