Update proxmenu-scripts.sh

This commit is contained in:
2026-03-05 22:07:00 -06:00
parent d4bfcefd89
commit 7b571a4b85

View File

@@ -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://${RNIP}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