Update create_lxc.sh

This commit is contained in:
tteckster 2022-04-25 10:27:30 -04:00 committed by GitHub
parent ec03ccf08e
commit 094c9f56c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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