mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
netmode: Fix switching wan mode from pppoe to other modes
This commit is contained in:
parent
e8da3d1cd7
commit
98f5e19916
1 changed files with 4 additions and 0 deletions
|
|
@ -8,4 +8,8 @@ if [ ! -f /var/run/boot_complete ]; then
|
|||
return 0
|
||||
fi
|
||||
|
||||
if [ -f /etc/bbfdm/dmmap/PPP ]; then
|
||||
rm -f /etc/bbfdm/dmmap/PPP
|
||||
fi
|
||||
|
||||
reboot &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue