From e19dc87405f3db285e726b869e29c0b37104e704 Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Thu, 21 Mar 2024 22:33:21 -0400 Subject: [PATCH] Re-add sed; Fixes stats page --- simpleadmin/scripts/modemstatus_parse.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simpleadmin/scripts/modemstatus_parse.sh b/simpleadmin/scripts/modemstatus_parse.sh index 5d3b6cc..234d88f 100644 --- a/simpleadmin/scripts/modemstatus_parse.sh +++ b/simpleadmin/scripts/modemstatus_parse.sh @@ -307,8 +307,7 @@ case $RAT in PCI=$(echo $QENG5 | cut -d, -f8) get_secondary_bands # Apply | sed '1d' to NR_BAND - # Temporarily removed the sed command for testing - NR_BAND=$(echo $NR_BAND) + NR_BAND=$(echo $NR_BAND | sed '1d') CHANNEL=$(echo $QENG5 | cut -d, -f10) LBAND=$(echo $QENG5 | cut -d, -f11) PC_BAND="NR5G BAND "$LBAND