output tweaks

This commit is contained in:
inxi-svn 2008-11-21 21:33:56 +00:00
parent 5898d17100
commit ad4b93011b

3
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash
########################################################################
#### Script Name: inxi
#### version: 0.6.0-b1-t13
#### version: 0.6.0-b1-t14
#### Date: November 20 2008
########################################################################
#### inxi is a fork of infobash 3.02, the original bash sys info script by locsmif
@ -2545,6 +2545,7 @@ print_networking_ip_data()
fi
else
if [[ -n ${a_interfaces_working[0]} ]];then
# space on end here for lining up with line starter
interfaces_2="$interfaces_2${C1}${a_interfaces_working[0]}${C2} ${a_interfaces_working[1]} "
fi
fi