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