formatted script body to 80 columns

This commit is contained in:
Iris Lightshard 2020-10-16 12:09:24 -04:00
parent 7ddb5a18fa
commit fc24a213d9
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -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