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