mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-30 01:10:25 +01:00
remove unecessary "echo"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user