diff options
Diffstat (limited to 'src/lib/connections/mobile_ppp')
-rw-r--r-- | src/lib/connections/mobile_ppp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connections/mobile_ppp b/src/lib/connections/mobile_ppp index cd82c64..2466ad7 100644 --- a/src/lib/connections/mobile_ppp +++ b/src/lib/connections/mobile_ppp @@ -33,7 +33,7 @@ holdoff 10 maxfail 5 EOF - # Debug pppd output separately from netcfg + # Debug pppd output separately from netctl if is_yes "${PPPDebug:-yes}"; then echo "debug" >> "${cfg}" fi |