git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
448cd7f
)
modemmanager: fix unquoted strings when launching pppd
author
Aleksander Morgado
<redacted>
Fri, 4 Nov 2022 13:52:04 +0000
(14:52 +0100)
committer
Rosen Penev
<redacted>
Fri, 11 Nov 2022 23:16:03 +0000
(15:16 -0800)
Signed-off-by: Aleksander Morgado <redacted>
net/modemmanager/files/modemmanager.proto
patch
|
blob
|
history
diff --git
a/net/modemmanager/files/modemmanager.proto
b/net/modemmanager/files/modemmanager.proto
index 855060f06e1cf1e86bb8b12d9a4dbb1ad3ca6a7b..e6ec9e2030d71ce2683b6a01469ef59678940a8c 100755
(executable)
--- a/
net/modemmanager/files/modemmanager.proto
+++ b/
net/modemmanager/files/modemmanager.proto
@@
-156,8
+156,8
@@
modemmanager_connected_method_ppp_ipv4() {
novj \
noauth \
$authopts \
- ${username:+ user
$username
} \
- ${password:+ password
$password
} \
+ ${username:+ user
"$username"
} \
+ ${password:+ password
"$password"
} \
lcp-echo-failure 5 \
lcp-echo-interval 15 \
lock \
git clone https://git.99rst.org/PROJECT