From 939da6f3dcbcb313245802a324225ed74788425c Mon Sep 17 00:00:00 2001 From: Olli Graf Date: Thu, 21 May 2026 12:22:55 +0000 Subject: [PATCH] fixed Tmax bug. --- bin/plot_cpu_temp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plot_cpu_temp.sh b/bin/plot_cpu_temp.sh index 0376847..ef30bce 100755 --- a/bin/plot_cpu_temp.sh +++ b/bin/plot_cpu_temp.sh @@ -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