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