From d1f8ac08a64d9cc9f5a411a189475d2f02576cd3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 13 Mar 2026 21:56:39 -0500 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 203cba0..756d0ff 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -270,7 +270,7 @@ MAIN_MENU() { 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]}" - if ! ${CRES} | grep -i pulse &> /dev/null ; then + if ! echo ${CRES} | grep -i pulse &> /dev/null ; then echo -e "${idsCL[White]} [${idsCL[LightYellow]}2${idsCL[Default]}] ${idsCL[White]}Install Pulse Monitoring${idsCL[Default]}" else echo -e "${idsCL[DarkGray]} [2] Pulse Monitoring is already installed${idsCL[Default]}"