Update proxmenu-scripts.sh

This commit is contained in:
2026-03-05 22:06:25 -06:00
parent 597fa39c1a
commit d4bfcefd89

View File

@@ -173,7 +173,7 @@ INSTALL_OMSA() {
rm -Rf /tmp/omsa rm -Rf /tmp/omsa
echo -e "\n${idsCL[Green]}Dell OMSA has been installed${idsCL[Default]}" echo -e "\n${idsCL[Green]}Dell OMSA has been installed${idsCL[Default]}"
echo -e "\n${idsCL[LightCyan]}Available at: ${idsCL[LightGreen]}https://[proxmox-host-ip]:1311${idsCL[Default]}" echo -e "\n${idsCL[LightCyan]}Available at: ${idsCL[LightGreen]}https://${RNIP}:1311${idsCL[Default]}"
[ ${action-x} ] && exit 0 || ENTER2CONTINUE [ ${action-x} ] && exit 0 || ENTER2CONTINUE
esac esac
} }
@@ -261,7 +261,7 @@ MAIN_MENU() {
if [ ! apt list --installed "srvadmin-all" &> /dev/null ]; then if [ ! apt list --installed "srvadmin-all" &> /dev/null ]; then
echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}" echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}"
else else
echo -e "${idsCL[DarkGray]} [8] Dell OMSA is already installed - ${idsCL[Default]}https://[proxmox-host-ip]:1311" echo -e "${idsCL[DarkGray]} [8] Dell OMSA is already installed - ${idsCL[Default]}https://${RNIP}1311"
fi fi
echo echo
if [ -f /var/lib/vz/template/iso/${VIRTIO_FILE} ]; then if [ -f /var/lib/vz/template/iso/${VIRTIO_FILE} ]; then