diff --git a/t2stats.sh b/t2stats.sh index 314df5d..ad79587 100755 --- a/t2stats.sh +++ b/t2stats.sh @@ -15,7 +15,8 @@ while true; do if [ ! -z "${possiblyeth}" ]; then output=wired elif [ ! -z "${possiblywifi}" ]; then - output="wifi/$(echo ${possiblywifi} | awk 'BEGIN { ORS=" " }; {for (i=1; i<=(NF-3);i++) print $i}')" + output="wifi/$(echo ${possiblywifi} |\ + awk 'BEGIN { ORS=" " }; {for (i=1; i<=(NF-3);i++) print $i}')" else output=offline fi