netmode: Fix switching wan mode from pppoe to other modes

This commit is contained in:
Suvendhu Hansa 2025-12-03 17:33:48 +05:30 committed by IOPSYS Dev
parent e8da3d1cd7
commit 98f5e19916
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/PPP ]; then
rm -f /etc/bbfdm/dmmap/PPP
fi
reboot &