This commit is contained in:
2025-12-14 18:25:20 -06:00
parent 61fba2a90f
commit b1edbf2e71
2 changed files with 4 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ action="$1"
FOLDER='/opt/idssys/ta-proxmenu'
VERS='0.2-12142025'
RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)

View File

@@ -43,7 +43,7 @@ MAIN_MENU() {
echo -e " ${idsCL[Green]}TA-Proxmenu - Proxmox Scripts${idsCL[Default]} ${idsCL[Default]}(ver-${VERS})"
echo -e "${idsCL[Green]}---------------------------------------------------------------------------${idsCL[Default]}"
echo -e "Hostname: ${idsCL[Cyan]}$(hostname -s)${idsCL[Default]}"
echo
echo -e "IP Address: ${idsCL[Cyan]}${RNIP}${idsCL[Default]}"
echo -e "---------------------------------------------------------------------------"
echo
echo -e " [${idsCL[Yellow]}1${idsCL[Default]}] ${idsCL[White]}Install ProxMenux${idsCL[Default]}"