mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Fix red script for pptp connection
This commit is contained in:
@@ -330,7 +330,7 @@ case "${1}" in
|
||||
|
||||
### Run everything
|
||||
#
|
||||
if [ "${METHOD}" == "PPPOE_PLUGIN" ]; then
|
||||
if [ "$TYPE" == "pppoe" ] && [ "${METHOD}" == "PPPOE_PLUGIN" ]; then
|
||||
/usr/sbin/pppd $PPP_STD_OPTIONS $DEBUG $DEMAND >/dev/null 2>&1 &
|
||||
evaluate_retval
|
||||
# echo PLUGIN: /usr/sbin/pppd $PPP_STD_OPTIONS $DEBUG $DEMAND
|
||||
|
||||
Reference in New Issue
Block a user