From bd6cd3c9326a713ec8d0703933e0cc3298088d33 Mon Sep 17 00:00:00 2001 From: whiskerz007 <2713522+whiskerz007@users.noreply.github.com> Date: Fri, 20 Mar 2020 14:42:03 +0100 Subject: [PATCH] Use Proxmox shell API to get container ID --- install.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/install.sh b/install.sh index 666a70e..bd75c79 100644 --- a/install.sh +++ b/install.sh @@ -44,17 +44,7 @@ STORAGE_TYPE=`pvesm status -storage $STORAGE | awk 'NR>1 {print $2}'` info "Using '$STORAGE' for storage location." # Get the next guest VM/LXC ID -VMID=$(cat<