one DEBUG to many

This commit is contained in:
mischa 2024-05-14 20:26:42 +02:00
parent fdcd9ed442
commit 5173993f66
1 changed files with 1 additions and 1 deletions

2
cpu.sh
View File

@ -28,7 +28,7 @@ while getopts l:t:g:dh arg; do
l) LOAD=${OPTARG};;
t) TTL=${OPTARG};;
g) GRACE=${OPTARG};;
d) {DEBUG}=1;;
d) DEBUG=1;;
h) usage;;
*) usage;;
esac