From 522bba69afca84301c820bb25e4c9ac4c48436f0 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:35:05 +1000 Subject: [PATCH] Testing to fix template downloads --- ct/create_lxc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 7fc7017df..4452f907c 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -169,6 +169,8 @@ if ! pveam list $TEMPLATE_STORAGE | grep -q $TEMPLATE; then msg_ok "Downloaded LXC Template" fi +echo $TEMPLATE_SEARCH +echo $TEMPLATE # Combine all options DEFAULT_PCT_OPTIONS=( -arch $(dpkg --print-architecture))