netmode: Fix switching wan mode from pppoe to other modes

This commit is contained in:
Suvendhu Hansa 2025-12-03 17:26:49 +05:30 committed by IOPSYS Dev
parent a9ce2df71a
commit a55324acc3
No known key found for this signature in database

View file

@ -8,4 +8,8 @@ if [ ! -f /var/run/boot_complete ]; then
return 0
fi
if [ -f /etc/bbfdm/dmmap/dmmap_ppp ]; then
rm -f /etc/bbfdm/dmmap/dmmap_ppp
fi
reboot &