Update create_lxc.sh

This commit is contained in:
CanbiZ 2025-07-10 09:56:17 +02:00
parent 7dca60f0f5
commit 34814cd8be

View File

@ -306,7 +306,7 @@ function ensure_template_ready() {
echo "[DEBUG] pveam download exit=$dl_result"
if [ $dl_result -eq 0 ]; then
msg_ok "Template download successful."
echo "[DEBUG] msg_ok skipped (would say: Template download successful)"
else
msg_error "Template download failed. Check internet or run manually:\n pveam download $TEMPLATE_STORAGE $TEMPLATE"
exit 208