bugfix: action logging & arping were broken
This commit is contained in:
parent
ee8770dfbd
commit
20452ec0f3
|
@ -1818,10 +1818,10 @@ fi
|
||||||
|
|
||||||
ALLARGS="$ALLARGS $*"
|
ALLARGS="$ALLARGS $*"
|
||||||
|
|
||||||
optstring="A:bcD:f:hHi:I:k:l:Lo:pmRsSt:T:wWx:y"
|
optstring="aA:bcD:f:hHi:I:k:l:Lo:pmRsSt:T:wWx:y"
|
||||||
while getopts "$optstring" i $ALLARGS; do
|
while getopts "$optstring" i $ALLARGS; do
|
||||||
case "$i" in
|
case "$i" in
|
||||||
A)
|
a)
|
||||||
ARPING=${OPTARG}
|
ARPING=${OPTARG}
|
||||||
;;
|
;;
|
||||||
b)
|
b)
|
||||||
|
|
Loading…
Reference in New Issue