From b68fe5a0050464cfb4257586fad0d86c1bcdbd6d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 2 Aug 1999 14:58:58 +0000 Subject: fix typo --- sysconfig/network-scripts/ifup-ppp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index c987bb4d..1727a778 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -89,7 +89,7 @@ while : ; do "pppd started for $DEVICE on $MODEMPORT at $LINESPEED" &)& > /var/run/ppp-$DEVICE.dev - if [ -n "$WVDIALSECT ] ; then + if [ -n "$WVDIALSECT" ] ; then /usr/sbin/pppd -detach $opts $MODEMPORT $LINESPEED \ remotename $DEVICE ipparam $DEVICE \ ${PPPOPTIONS} \ -- cgit v1.2.1