From b27aaf7fed50e5ee5cd9abd91ad409f042801e9f Mon Sep 17 00:00:00 2001 From: mtirum011 Date: Wed, 29 Oct 2025 15:50:16 +0000 Subject: [PATCH] RDKEMW-9675 FSR needs to remove NM profile in RDKE --- lib/rdk/factory-reset.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rdk/factory-reset.sh b/lib/rdk/factory-reset.sh index b67895f7..dabdbb1a 100755 --- a/lib/rdk/factory-reset.sh +++ b/lib/rdk/factory-reset.sh @@ -119,6 +119,8 @@ if [ -d /opt/upnp ]; then rm -rf /opt/upnp/*;fi if [ -L /opt/www/htmldiag ]; then rm -f /opt/www/htmldiag;fi if [ -f /opt/user_preferences.conf ];then rm -rf /opt/user_preferences.conf; fi if [ -f /opt/continuewatching.json ];then rm -rf /opt/continuewatching.json ; fi +if [ -d /opt/NetworkManager ];then rm -rf /opt/NetworkManager ; fi +if [ -d /opt/secure/NetworkManager ];then rm -rf /opt/secure/NetworkManager ; fi if [ -f /opt/secure/Apparmor_blocklist ];then rm -rf /opt/secure/Apparmor_blocklist ; fi