mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 18:21:53 +01:00
quick fix
This commit is contained in:
@@ -229,7 +229,7 @@ while [ $# -gt 0 ]; do
|
||||
if [ -z "${2}" ]; then
|
||||
error_exit "Must specify an interface with [-i|--interface]"
|
||||
fi
|
||||
if ifconfig | grep -owq "${1}:"; then
|
||||
if ifconfig | grep -owq "${2}:"; then
|
||||
RDR_IF="${2}"
|
||||
OPTION="1"
|
||||
shift 2
|
||||
|
||||
Reference in New Issue
Block a user