diff options
-rwxr-xr-x | sysconfig/network-scripts/ifup-ppp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index ff36accf..ffea7336 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -24,7 +24,7 @@ if [ -z "$RETRYTIMEOUT" ]; then RETRYTIMEOUT=30 fi -if [ "$2" = "boot" -a ${ONBOOT} = "no" ]; then +if [ "$2" = "boot" -a "${ONBOOT}" = "no" ]; then exit fi |