Skip to content

Commit

Permalink
modemmanager: fix unquoted strings when launching pppd
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
  • Loading branch information
aleksander0m authored and neheb committed Nov 11, 2022
1 parent 448cd7f commit eb283ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/modemmanager/files/modemmanager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit eb283ea

Please sign in to comment.