bugfix: action logging & arping were broken

This commit is contained in:
Rob Pearce 2023-05-27 06:42:21 +10:00
parent ee8770dfbd
commit 20452ec0f3
1 changed files with 2 additions and 2 deletions

View File

@ -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)