From eb2905fb318550ae546b05133fa427bf25cda89a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 5 Jan 2024 02:30:47 +0300 Subject: [PATCH] tweak... Signed-off-by: Alex A. Naanou --- .pct-helpers | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pct-helpers b/.pct-helpers index f763b13..d2a0b28 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -156,6 +156,8 @@ getLatestTemplate(){ latest=$(pveam list local | grep -o "^.*$latest") + echo Using: $latest + [ -z $2 ] \ || eval "$2=${latest}" }