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