summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 7ab5103..8a81d30 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -10,7 +10,7 @@ if [ -f /etc/sysconfig ]; then
. /etc/sysconfig
fi
-if [ "x$pccard_ifconfig" = "xNO" ] ; then
+if [ "x$pccard_ifconfig" != "xNO" ] ; then
if [ "x$pccard_ifconfig" = "xDHCP" ] ; then
# DHCP currently not implemented
else
OpenPOWER on IntegriCloud