From c52df10834c780e614294f619940b4de8bc09ee1 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Sat, 23 Aug 2025 18:54:26 +0000 Subject: [PATCH] fix --- run_universal_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_universal_config.sh b/run_universal_config.sh index 6ed9f20..1d51a82 100644 --- a/run_universal_config.sh +++ b/run_universal_config.sh @@ -2,7 +2,7 @@ DESCRIPTION=$(ubus call system board | jsonfilter -e '@.release.description') VERSION=$(ubus call system board | jsonfilter -e '@.release.version') -findKey="Routerich" +findKey="RouteRich" findVersion="24.10.2" if echo "$DESCRIPTION" | grep -qi -- "$findKey" && printf '%s\n%s\n' "$findVersion" "$VERSION" | sort -V | tail -n1 | grep -qx -- "$VERSION"; then