Update docker-vm.sh
This commit is contained in:
parent
1dca949dfc
commit
fc0399b2d9
@ -106,12 +106,6 @@ METHOD="default"
|
|||||||
var_os="debian"
|
var_os="debian"
|
||||||
var_version="12"
|
var_version="12"
|
||||||
|
|
||||||
# ---- Startdialog -------------------------------------------------------------
|
|
||||||
if ! whiptail --backtitle "Proxmox VE Helper Scripts" --title "Docker VM" \
|
|
||||||
--yesno "This will create a NEW Docker VM. Proceed?" 10 58; then
|
|
||||||
header_info; echo -e "${CROSS}${RD}User exited script${CL}\n"; exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# ---- Helper: VMID-Find -------------------------------------------------------
|
# ---- Helper: VMID-Find -------------------------------------------------------
|
||||||
get_valid_nextid() {
|
get_valid_nextid() {
|
||||||
local id; id=$(pvesh get /cluster/nextid)
|
local id; id=$(pvesh get /cluster/nextid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user