Update create_lxc.sh

This commit is contained in:
tteckster 2022-04-16 11:50:12 -04:00 committed by GitHub
parent 1de9c90afd
commit 0941687351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -100,10 +100,10 @@ if pct status $CTID &>/dev/null; then
fi
TEMPLATE_STORAGE=$(select_storage template) || exit
info "Using ${BL}$TEMPLATE_STORAGE${CL} for Template Storage."
msg_ok "Using ${BL}$TEMPLATE_STORAGE${CL} ${GN}for Template Storage."
CONTAINER_STORAGE=$(select_storage container) || exit
info "Using ${BL}$CONTAINER_STORAGE${CL} for Container Storage."
msg_ok "Using ${BL}$CONTAINER_STORAGE${CL} ${GN}for Container Storage."
msg_info "Updating LXC Template List"
pveam update >/dev/null