fixed Tmax bug.

This commit is contained in:
2026-05-21 12:22:55 +00:00
parent 3d68686a96
commit 939da6f3dc

View File

@@ -33,7 +33,7 @@ fi
verbose=false
COLOR='red'
PADDING=5
PADDING=0
VALID_ARGS=$(getopt -o vho:c:t:l: --long verbose,help,output,color:,title:,logfile: -- "$@")
if [[ $? -ne 0 ]]; then