From 2dc8036dc776e34b029320a2b0f8559fcdcaf870 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 13 Mar 2026 21:57:37 -0500 Subject: [PATCH] update --- defaults.inc | 5 ++++- proxmenu-scripts.sh | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/defaults.inc b/defaults.inc index f2c5ee8..bc5c4ec 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.3.13-3' +VERS='2026.3.13-6' RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1) @@ -21,3 +21,6 @@ VIRTIO_FILE=${VIRTIO_DOWNLOAD_URL##*/} # apt-get update # fi +CRES=$(pvesh get /cluster/resources) + + diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 756d0ff..eafa1ec 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -264,9 +264,7 @@ MAIN_MENU() { echo -e "IP Address: ${idsCL[Cyan]}${RNIP}${idsCL[Default]}" echo -e "---------------------------------------------------------------------------" echo - - CRES=$(pvesh get /cluster/resources) - + echo -en "${idsCL[White]} [${idsCL[LightYellow]}0${idsCL[Default]}] ${idsCL[White]}Run Post-Install Script${idsCL[Default]}" [ -f /opt/.PROXMENUX_POST_INSTALL ] && echo -e "${idsCL[Cyan]} - Has been ran prevously${idsCL[Default]}" || echo echo -e "${idsCL[White]} [${idsCL[LightYellow]}1${idsCL[Default]}] ${idsCL[White]}Detect CPU-Arch for Live Migrations${idsCL[Default]}"