diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live-bottom/23networking | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking index 6a66996..72aaf12 100755 --- a/scripts/live-bottom/23networking +++ b/scripts/live-bottom/23networking @@ -90,7 +90,7 @@ else fi # iterate the physical interfaces and add them to the interfaces list - if [ "${method}" != dhcp ] || [ ! -x /root/usr/sbin/NetworkManager ] + if [ "${method}" != dhcp ] || ([ ! -x /root/usr/sbin/NetworkManager ] && [ ! -x /root/usr/sbin/wicd ]) then for interface in /sys/class/net/eth* /sys/class/net/ath* /sys/class/net/wlan* do |
