netmode: Fix missing IP interface after wan mode change

This commit is contained in:
Suvendhu Hansa 2025-12-04 14:12:31 +05:30 committed by IOPSYS Dev
parent d8d2d0090b
commit 98925cc464
No known key found for this signature in database

View file

@ -12,4 +12,8 @@ if [ -f /etc/bbfdm/dmmap/PPP ]; then
rm -f /etc/bbfdm/dmmap/PPP
fi
if [ -f /etc/bbfdm/dmmap/IP ]; then
rm -f /etc/bbfdm/dmmap/IP
fi
reboot &