Update proxmenu-scripts.sh

This commit is contained in:
2026-03-05 22:29:35 -06:00
parent ccbb671ce6
commit fef86e5247

View File

@@ -52,7 +52,7 @@ INSTALL_PROXMENUX() {
PROXMENUX_POST_INSTALL() { PROXMENUX_POST_INSTALL() {
bash <(curl -sL https://raw.githubusercontent.com/MacRimi/ProxMenux/refs/heads/main/scripts/post_install/customizable_post_install.sh) bash <(curl -sL https://raw.githubusercontent.com/MacRimi/ProxMenux/refs/heads/main/scripts/post_install/customizable_post_install.sh)
touch /opt/.PROXMENUX_POST_INSTALL
} }
INSTALL_GLANCES() { INSTALL_GLANCES() {
@@ -231,7 +231,8 @@ MAIN_MENU() {
echo -e "---------------------------------------------------------------------------" echo -e "---------------------------------------------------------------------------"
echo echo
echo -e " [${idsCL[LightYellow]}1${idsCL[Default]}] ${idsCL[White]}Run Post-Install Script${idsCL[Default]}" echo -en " [${idsCL[LightYellow]}1${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
if ! pvesh get /cluster/resources | grep -i pulse &> /dev/nul ; then if ! pvesh get /cluster/resources | grep -i pulse &> /dev/nul ; then
echo -e " [${idsCL[LightYellow]}2${idsCL[Default]}] ${idsCL[White]}Install Pulse Monitoring${idsCL[Default]}" echo -e " [${idsCL[LightYellow]}2${idsCL[Default]}] ${idsCL[White]}Install Pulse Monitoring${idsCL[Default]}"
else else