From 89ef1c36de61dbc8be36698d345d48c4e3adede0 Mon Sep 17 00:00:00 2001 From: mischa Date: Tue, 14 May 2024 20:31:59 +0200 Subject: [PATCH] missed a quote --- cpu.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpu.sh b/cpu.sh index 9536847..45261b6 100755 --- a/cpu.sh +++ b/cpu.sh @@ -71,8 +71,7 @@ for VM in ${OUT}; do fi echo else - if [ -n "${DEBUG} ]; then echo " - firstseen"; fi - + if [ -n "${DEBUG}" ]; then echo " - firstseen"; fi echo ${TIMESTAMP} > /tmp/${VM} echo ${TIMESTAMP} >> /tmp/${VM} fi