modemmanager: fix unquoted strings when launching pppd

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
This commit is contained in:
Aleksander Morgado 2022-11-04 14:52:04 +01:00 committed by Rosen Penev
parent 448cd7fba1
commit eb283ea8a3
1 changed files with 2 additions and 2 deletions

View File

@ -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 \