diff --git a/netmode/files/lib/netmode/post/datamodel_init.sh b/netmode/files/lib/netmode/post/datamodel_init.sh index 07541e569..363db02c9 100644 --- a/netmode/files/lib/netmode/post/datamodel_init.sh +++ b/netmode/files/lib/netmode/post/datamodel_init.sh @@ -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 &