initial upload

This commit is contained in:
2025-12-14 17:43:26 -06:00
parent 09e5c697de
commit 56e2b35fe3
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# TA-ProxMenu - Proxmox Scripts
# TA-Proxmenu - Proxmox Scripts
[ "${2}" != "q" ] && source /opt/idssys/defaults/colors.inc
@@ -24,7 +24,7 @@ MAIN_MENU() {
do
clear
echo
echo -e " ${idsCL[Green]}TA-ProxMenu - Proxmox Scripts${idsCL[Default]} ${idsCL[White]}(ver-${VERS})${idsCL[Default]}"
echo -e " ${idsCL[Green]}TA-Proxmenu - Proxmox Scripts${idsCL[Default]} ${idsCL[White]}(ver-${VERS})${idsCL[Default]}"
echo -e "${idsCL[Green]}---------------------------------------------------------------------------${idsCL[Default]}"
echo -e "Hostname: ${idsCL[Cyan]}$(hostname -s)${idsCL[Default]}"
echo