From f72be7e6c9f74536416823f6e1642673ae078657 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Fri, 22 Aug 2025 07:08:26 +0000 Subject: [PATCH] delete test --- run_universal_config.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run_universal_config.sh b/run_universal_config.sh index 7239bb1..d868ae8 100644 --- a/run_universal_config.sh +++ b/run_universal_config.sh @@ -2,8 +2,6 @@ VERSION=$(ubus call system board | jsonfilter -e '@.release.description') -echo "$1 ___ $2" - if echo "$VERSION" | grep -qi 'RouteRich'; then printf "\033[32;1mThis new firmware. Running new scprit...\033[0m\n" wget --no-check-certificate -O /tmp/universal_config_new_podkop.sh https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_alt_test/universal_config_new_podkop.sh && chmod +x /tmp/universal_config_new_podkop.sh && /tmp/universal_config_new_podkop.sh $1 $2