Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7aae63e16 | ||
|
|
5431276c8e |
@@ -15,7 +15,7 @@ function file_content {
|
|||||||
while read -r; do
|
while read -r; do
|
||||||
network=($REPLY)
|
network=($REPLY)
|
||||||
echo " \"${network[2]}\": {"
|
echo " \"${network[2]}\": {"
|
||||||
echo " \"status\":\"${network[5]}\""
|
echo " \"status\":\"${network[5]}\","
|
||||||
echo " \"device\":\"${network[7]}\""
|
echo " \"device\":\"${network[7]}\""
|
||||||
|
|
||||||
if [ "$counter" -eq "$network_count" ]; then
|
if [ "$counter" -eq "$network_count" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user