mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
netmode: Fix missing IP interface after wan mode change
This commit is contained in:
parent
401790274c
commit
5d9c9d5708
1 changed files with 4 additions and 0 deletions
|
|
@ -12,4 +12,8 @@ if [ -f /etc/bbfdm/dmmap/dmmap_ppp ]; then
|
|||
rm -f /etc/bbfdm/dmmap/dmmap_ppp
|
||||
fi
|
||||
|
||||
if [ -f /etc/bbfdm/dmmap/dmmap_network ]; then
|
||||
rm -f /etc/bbfdm/dmmap/dmmap_network*
|
||||
fi
|
||||
|
||||
reboot &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue