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 $*" 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 while getopts "$optstring" i $ALLARGS; do
case "$i" in case "$i" in
h) h)
@ -1591,7 +1591,7 @@ while getopts "$optstring" i $ALLARGS; do
AIRCON_IP=${OPTARG} AIRCON_IP=${OPTARG}
;; ;;
D) D)
influxhost=${OPTARG} influxhost="${OPTARG}"
;; ;;
I) I)
logmode=2 logmode=2
@ -1622,7 +1622,7 @@ while getopts "$optstring" i $ALLARGS; do
enable_cronmode enable_cronmode
;; ;;
p) p)
profiler=1 profiler=1
info "Profiler mode enabled" info "Profiler mode enabled"
;; ;;
m) m)