formatted script body to 80 columns
This commit is contained in:
parent
7ddb5a18fa
commit
fc24a213d9
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ while true; do
|
||||||
if [ ! -z "${possiblyeth}" ]; then
|
if [ ! -z "${possiblyeth}" ]; then
|
||||||
output=wired
|
output=wired
|
||||||
elif [ ! -z "${possiblywifi}" ]; then
|
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
|
else
|
||||||
output=offline
|
output=offline
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue