Commit Diff
--- cpu.sh +++ 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