This commit is contained in:
2026-03-13 21:57:37 -05:00
parent d1f8ac08a6
commit 2dc8036dc7
2 changed files with 5 additions and 4 deletions

View File

@@ -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]}"