minor cosmetic fix
This commit is contained in:
parent
2646bf5aec
commit
c4c88988c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue