From 65b2d7a7fdb5439577e23cac3f4d7161bc4a4692 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 28 Dec 2023 07:41:25 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- gate-traefik/make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gate-traefik/make.sh b/gate-traefik/make.sh index b513765..a938ccd 100644 --- a/gate-traefik/make.sh +++ b/gate-traefik/make.sh @@ -88,6 +88,7 @@ echo Creating CT... TEMPLATE=($(ls /var/lib/vz/template/cache/alpine-3.18*.tar.xz)) +# NOTE: we are not setting the password here to avoid printing it to the terminal... @ pct create $ID \ ${TEMPLATE[-1]} \ --hostname $CTHOSTNAME \