From 29261fd7466fb874daec1a0e181793b4f918824e Mon Sep 17 00:00:00 2001 From: maverickcdn <73246791+maverickcdn@users.noreply.github.com> Date: Sat, 15 Apr 2023 18:21:46 -0600 Subject: [PATCH] 3.41hf --- wicens.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wicens.sh b/wicens.sh index d2967d8..0997737 100644 --- a/wicens.sh +++ b/wicens.sh @@ -3107,7 +3107,7 @@ F_terminal_header() { clear /bin/sed -n '2,11p' "$script_name_full" - if [ "$fw_build_no" = '384' ] || [ "$fw_build_no" = '386' ] ; then + if [ "$fw_build_no" != '374' ] ; then printf "%5s%b%s%b -- %bver: %s%b -- %b%s%b FW ver: %b%s.%s_%s%b\n" "" "$tGRN" "$(F_date full)" "$tCLR" "$tYEL" "$script_version" "$tCLR" "$tGRN" "$fw_device_model" "$tCLR" "$tGRN" "$fw_build_no" "$fw_build_sub" "$fw_build_extend" "$tCLR" else printf "%2s%b%s%b -- %bver: %s%b -- %b%s%b FW ver: %b%s.%s%b\n" "" "$tGRN" "$(F_date full)" "$tCLR" "$tYEL" "$script_version" "$tCLR" "$tGRN" "$fw_device_model" "$tCLR" "$tGRN" "$fw_build_no" "$fw_build_extend" "$tCLR"