diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-04 08:43:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-04 08:43:04 +0000 |
commit | 1dee38a88eb0b1189c910a1a2d466834cc4a2f14 (patch) | |
tree | 4bc1e73e533edef629945e3abf69ed6ab45b7a0c | |
parent | c8b0cd5a5babeafddab9f6ffd52a5a14fbe649c8 (diff) | |
download | mtk-20170518-1dee38a88eb0b1189c910a1a2d466834cc4a2f14.zip mtk-20170518-1dee38a88eb0b1189c910a1a2d466834cc4a2f14.tar.gz mtk-20170518-1dee38a88eb0b1189c910a1a2d466834cc4a2f14.tar.bz2 |
fix typo
SVN-Revision: 4435
-rw-r--r-- | openwrt/package/ppp/files/ppp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/files/ppp.sh b/openwrt/package/ppp/files/ppp.sh index 0bb77b8..a162b97 100644 --- a/openwrt/package/ppp/files/ppp.sh +++ b/openwrt/package/ppp/files/ppp.sh @@ -21,7 +21,7 @@ start_pppd() { usepeerdns \ defaultroute \ replacedefaultroute \ - ${username:+username "$username" password "$password"} \ + ${username:+user "$username" password "$password"} \ linkname "$cfg" \ ipparam "$cfg" } |