From 6b62401abf1e49c9d40a99275113ba5ced38a417 Mon Sep 17 00:00:00 2001 From: Alexis Ben Miloud--Josselin Date: Thu, 19 Jul 2018 11:41:35 +0200 Subject: [PATCH] Use more revelant names for temp files --- kvmstats.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kvmstats.sh b/kvmstats.sh index 79399a0..f2d117f 100644 --- a/kvmstats.sh +++ b/kvmstats.sh @@ -48,8 +48,8 @@ do fi done -TMPFILE=$(tempfile) -LVSOUT=$(tempfile) +TMPFILE=$(tempfile -s kvmstats) +LVSOUT=$(tempfile -s kvmstats) lvs --units b --nosuffix >"$LVSOUT"