From 54739348846bad968841eaf278b10e5a309c3ef4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Oct 2024 02:22:39 +0300 Subject: [PATCH] yet another fix... Signed-off-by: Alex A. Naanou --- reserve/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reserve/make.sh b/reserve/make.sh index b435a25..e31a0c3 100755 --- a/reserve/make.sh +++ b/reserve/make.sh @@ -35,7 +35,7 @@ makeReserveCT(){ if [ $TEMPLATE_ID ] ; then @ pct destroy $TEMPLATE_ID --purge @ pct clone $RESERVE_ID $TEMPLATE_ID --hostname ${HOSTNAME} - @ pct templates $TEMPLATE_ID + @ pct template $TEMPLATE_ID fi # XXX sould this get into the template...