Use ash instead

This commit is contained in:
iamromulan
2024-07-20 21:38:14 -04:00
parent 9f855ba473
commit e7ef610f05

View File

@@ -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