mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
netmode: fix lowerlayers on mode change
This commit is contained in:
parent
cf573d3fad
commit
155b4fe2b3
1 changed files with 4 additions and 0 deletions
|
|
@ -16,4 +16,8 @@ if [ -f /etc/bbfdm/dmmap/IP ]; then
|
||||||
rm -f /etc/bbfdm/dmmap/IP
|
rm -f /etc/bbfdm/dmmap/IP
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f /etc/bbfdm/dmmap/Ethernet ]; then
|
||||||
|
rm -f /etc/bbfdm/dmmap/Ethernet
|
||||||
|
fi
|
||||||
|
|
||||||
reboot &
|
reboot &
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue