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