Merge branch 'hotfix/v1.2.2'

pull/30/head v1.2.2
Marcus Meurs 2018-12-08 02:26:57 +01:00
commit c7aae63e16
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function file_content {
while read -r; do
network=($REPLY)
echo " \"${network[2]}\": {"
echo " \"status\":\"${network[5]}\""
echo " \"status\":\"${network[5]}\","
echo " \"device\":\"${network[7]}\""
if [ "$counter" -eq "$network_count" ]; then