diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 463f227..512bea4 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -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