From b6e08003beebaca5818dfdab3402dcb2b57be9d3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 5 Dec 2025 11:05:18 +0100 Subject: [PATCH] Update docker-vm.sh --- vm/docker-vm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/docker-vm.sh b/vm/docker-vm.sh index e89fe602..d8ab522f 100644 --- a/vm/docker-vm.sh +++ b/vm/docker-vm.sh @@ -8,7 +8,7 @@ # Docker VM - Creates a Docker-ready Virtual Machine with optional Portainer # ============================================================================== -source /dev/stdin <<<$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/api.func) +source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/api.func) source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/vm-core.func) source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/cloud-init.func) 2>/dev/null || true load_functions @@ -526,7 +526,6 @@ echo -e "\n Loading..." check_root arch_check pve_check -ssh_check TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null @@ -543,6 +542,7 @@ post_to_api_vm # ============================================================================== # STORAGE SELECTION # ============================================================================== +echo "" msg_info "Validating Storage" while read -r line; do TAG=$(echo $line | awk '{print $1}')