From 45ccd590b6489ec5aad7ecabaee5b4c2074f030a Mon Sep 17 00:00:00 2001 From: nhanasi Date: Tue, 9 Jun 2026 16:55:52 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"RDKEMW-16152:=20"Let's=20get=20connec?= =?UTF-8?q?ted"=20screen=20displayed=20during=20Migration=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 15f24b378a579b754f1d14a21f5c10e4eca71c4d. --- lib/rdk/NM_Bootstrap.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/rdk/NM_Bootstrap.sh b/lib/rdk/NM_Bootstrap.sh index 6beb5451..a1cba024 100644 --- a/lib/rdk/NM_Bootstrap.sh +++ b/lib/rdk/NM_Bootstrap.sh @@ -79,14 +79,7 @@ else rm -rf /opt/NetworkManager/system-connections/* fi if [ -d /opt/secure/NetworkManager/system-connections ]; then - echo "`/bin/timestamp` :$0: Listing the connection profiles in device: " >> /opt/logs/NMMonitor.log - ls -lh /opt/secure/NetworkManager/system-connections >> /opt/logs/NMMonitor.log - echo "`/bin/timestamp` :$0: Deleting existing wifi profiles if any..." >> /opt/logs/NMMonitor.log - for f in /opt/secure/NetworkManager/system-connections/*; do - if grep -q "type=wifi" "$f"; then - rm -f "$f" - fi - done + rm -rf /opt/secure/NetworkManager/system-connections/* fi if [ -z $PSK ]; then #connect to wifi