From 2806daad3982eb91f241fd61ce9a33871673ec68 Mon Sep 17 00:00:00 2001 From: mtirum011 Date: Fri, 24 Oct 2025 16:35:46 +0000 Subject: [PATCH] RDKEMW-9675 FSR needs to remove NM profile in RDKE also --- 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