mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a41b6dffea
commit
65b2d7a7fd
@ -88,6 +88,7 @@ echo Creating CT...
|
|||||||
|
|
||||||
TEMPLATE=($(ls /var/lib/vz/template/cache/alpine-3.18*.tar.xz))
|
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 \
|
@ pct create $ID \
|
||||||
${TEMPLATE[-1]} \
|
${TEMPLATE[-1]} \
|
||||||
--hostname $CTHOSTNAME \
|
--hostname $CTHOSTNAME \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user