From 20452ec0f3337f8c6b224662a061a49a62bf438f Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Sat, 27 May 2023 06:42:21 +1000 Subject: [PATCH] bugfix: action logging & arping were broken --- aircon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aircon.sh b/aircon.sh index a0e449d..1142ea3 100755 --- a/aircon.sh +++ b/aircon.sh @@ -1818,10 +1818,10 @@ fi 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 case "$i" in - A) + a) ARPING=${OPTARG} ;; b)