From e7ef610f05136ef2cbb808d1332129850af45ba2 Mon Sep 17 00:00:00 2001 From: iamromulan <50184035+iamromulan@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:38:14 -0400 Subject: [PATCH] Use ash instead --- RM55x_rcPCIe_toolkit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RM55x_rcPCIe_toolkit.sh b/RM55x_rcPCIe_toolkit.sh index 61b263f..070e270 100644 --- a/RM55x_rcPCIe_toolkit.sh +++ b/RM55x_rcPCIe_toolkit.sh @@ -185,7 +185,7 @@ ttl_setup() { echo "iptables -t mangle -A POSTROUTING -o rmnet+ -j TTL --ttl-set $ttl_value" > "$ttl_file" echo "ip6tables -t mangle -A POSTROUTING -o rmnet+ -j HL --hl-set $ttl_value" >> "$ttl_file" fi - /bin/bash "$lan_utils_script" + /bin/ash "$lan_utils_script" fi fi done