From 6745dad963696c184aca5622e84e125b619c2913 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 28 May 2025 21:35:09 +0200 Subject: [PATCH] fix missing header after ved migration --- vm/umbrel-os-vm.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vm/umbrel-os-vm.sh b/vm/umbrel-os-vm.sh index 72783bd45..38abfba57 100644 --- a/vm/umbrel-os-vm.sh +++ b/vm/umbrel-os-vm.sh @@ -6,7 +6,17 @@ source /dev/stdin <<<$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func) -APP="Umbrel OS VM" +function header_info { + clear + cat <<"EOF" + __ __ __ __ ____ _____ _ ____ ___ + / / / /___ ___ / /_ ________ / / / __ \/ ___/ | | / / |/ / + / / / / __ `__ \/ __ \/ ___/ _ \/ / / / / /\__ \ | | / / /|_/ / +/ /_/ / / / / / / /_/ / / / __/ / / /_/ /___/ / | |/ / / / / +\____/_/ /_/ /_/_.___/_/ \___/_/ \____//____/ |___/_/ /_/ + +EOF +} header_info echo -e "\n Loading..." GEN_MAC=02:$(openssl rand -hex 5 | awk '{print toupper($0)}' | sed 's/\(..\)/\1:/g; s/.$//')