modemmanager: fix unquoted strings when launching pppd

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
(cherry picked from commit eb283ea8a3)
This commit is contained in:
Aleksander Morgado 2022-11-04 14:52:04 +01:00 committed by Josef Schlehofer
parent b971b843c9
commit cb8ea00900
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 \