minor cosmetic fix

This commit is contained in:
Rob Pearce 2022-01-23 15:51:04 +11:00
parent 2646bf5aec
commit c4c88988c9
1 changed files with 3 additions and 3 deletions

View File

@ -1574,7 +1574,7 @@ fi
ALLARGS="$ALLARGS $*"
optstring="A:cDf:hHi:I:k:l:Lo:pmsSt:T:wx:y"
optstring="A:cD:f:hHi:I:k:l:Lo:pmsSt:T:wx:y"
while getopts "$optstring" i $ALLARGS; do
case "$i" in
h)
@ -1591,7 +1591,7 @@ while getopts "$optstring" i $ALLARGS; do
AIRCON_IP=${OPTARG}
;;
D)
influxhost=${OPTARG}
influxhost="${OPTARG}"
;;
I)
logmode=2
@ -1622,7 +1622,7 @@ while getopts "$optstring" i $ALLARGS; do
enable_cronmode
;;
p)
profiler=1
profiler=1
info "Profiler mode enabled"
;;
m)