Update create_lxc.sh
This commit is contained in:
parent
3bb7400985
commit
6f8b0a6064
@ -127,12 +127,8 @@ if qm status "$CTID" &>/dev/null || pct status "$CTID" &>/dev/null; then
|
||||
fi
|
||||
|
||||
# Get template storage
|
||||
TEMPLATE_STORAGE=$(select_storage template) || exit
|
||||
#msg_ok "Using ${BL}$TEMPLATE_STORAGE${CL} ${GN}for Template Storage."
|
||||
|
||||
# Get container storage
|
||||
TEMPLATE_STORAGE=$(select_storage template)
|
||||
CONTAINER_STORAGE=$(select_storage container) || exit
|
||||
#msg_ok "Using ${BL}$CONTAINER_STORAGE${CL} ${GN}for Container Storage."
|
||||
msg_ok "Template Storage: ${BL}$TEMPLATE_STORAGE${CL} ${GN}Container Storage: ${BL}$CONTAINER_STORAGE${CL}."
|
||||
|
||||
# Update LXC template list
|
||||
|
Loading…
x
Reference in New Issue
Block a user