From 03ac4bdbbbc78627dd62b8883e666828c3169932 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 5 Jan 2024 02:38:38 +0300 Subject: [PATCH] test... Signed-off-by: Alex A. Naanou --- .pct-helpers | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pct-helpers b/.pct-helpers index f318602..15e1afe 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -154,7 +154,8 @@ getLatestTemplate(){ @ pveam download local ${latest} - latest=$(pveam list local | grep -o "^.*$latest") + #latest=$(pveam list local | grep -o "^.*$latest") + latest=/var/lib/vz/template/cache/$latest [ -z $2 ] \ || eval "$2=${latest}"