fix typo
SVN-Revision: 4435
This commit is contained in:
parent
c8b0cd5a5b
commit
1dee38a88e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ start_pppd() {
|
||||||
usepeerdns \
|
usepeerdns \
|
||||||
defaultroute \
|
defaultroute \
|
||||||
replacedefaultroute \
|
replacedefaultroute \
|
||||||
${username:+username "$username" password "$password"} \
|
${username:+user "$username" password "$password"} \
|
||||||
linkname "$cfg" \
|
linkname "$cfg" \
|
||||||
ipparam "$cfg"
|
ipparam "$cfg"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue