From 1743a23638c822b9fdd2896432033e81751f0da0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 26 May 2025 13:59:15 +0200 Subject: [PATCH] Update umbrel-os-vm.sh --- vm/umbrel-os-vm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/umbrel-os-vm.sh b/vm/umbrel-os-vm.sh index 440319a..6e07278 100644 --- a/vm/umbrel-os-vm.sh +++ b/vm/umbrel-os-vm.sh @@ -41,8 +41,6 @@ else header_info && echo -e "${CROSS}${RD}User exited script${CL}\n" && exit fi -check_hostname_conflict "$HN" - function default_settings() { VMID=$(get_valid_nextid) FORMAT=",efitype=4m" @@ -79,6 +77,8 @@ function default_settings() { echo -e "${CREATING}${BOLD}${DGN}Creating a Umbrel OS VM using the above default settings${CL}" } +check_hostname_conflict "$HN" + function advanced_settings() { METHOD="advanced" [ -z "${VMID:-}" ] && VMID=$(get_valid_nextid)