From bafa183b08a92fc27f96c011e5ff402f7add804e Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:27:08 -0700 Subject: [PATCH] remove unecessary "echo" --- usr/local/share/bastille/rdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/rdr.sh b/usr/local/share/bastille/rdr.sh index 1b25e930..92f6d4ab 100644 --- a/usr/local/share/bastille/rdr.sh +++ b/usr/local/share/bastille/rdr.sh @@ -144,7 +144,7 @@ fi while [ $# -gt 0 ]; do # Check if interface was specified, and use it instead of default - if echo "${1}" | ifconfig | grep -wo "${1}"; then + if ifconfig | grep -wo "${1}"; then IF_NAME="${1}" EXT_IF=ext_if="${1}" shift