From fb7678187a0c37d3e5d06b2b5f58c0f567c287de Mon Sep 17 00:00:00 2001 From: Aravindan NC <35158113+AravindanNC@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:59:15 -0500 Subject: [PATCH] Update warehouse-reset.sh for NM cleanup --- lib/rdk/warehouse-reset.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rdk/warehouse-reset.sh b/lib/rdk/warehouse-reset.sh index 26073a98..919da39a 100644 --- a/lib/rdk/warehouse-reset.sh +++ b/lib/rdk/warehouse-reset.sh @@ -103,6 +103,8 @@ if [ -e /opt/.gstreamer ]; then rm -rf /opt/.gstreamer; fi if [ -d /opt/persistent/dvr ]; then rm -rf /opt/persistent/dvr; fi if [ -d /opt/etc ];then rm -rf /opt/etc;fi if [ -d /opt/certs ];then rm -rf /opt/certs; 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