From 480a8f99e14c2ee072b33fd40f2b884508f7a4b2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 5 Mar 2026 22:37:39 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 910e2ba..689815c 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -52,6 +52,7 @@ INSTALL_PROXMENUX() { PROXMENUX_POST_INSTALL() { bash <(curl -sL https://raw.githubusercontent.com/MacRimi/ProxMenux/refs/heads/main/scripts/post_install/customizable_post_install.sh) + [ ${action-x} ] && exit 0 || ENTER2CONTINUE touch /opt/.PROXMENUX_POST_INSTALL }