missed a quote

This commit is contained in:
mischa 2024-05-14 20:31:59 +02:00
parent 5173993f66
commit 89ef1c36de
1 changed files with 1 additions and 2 deletions

3
cpu.sh
View File

@ -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