Update proxmenu-scripts.sh

This commit is contained in:
2026-03-06 19:58:56 -06:00
parent 884952f900
commit c82cade732

View File

@@ -51,8 +51,12 @@ INSTALL_PROXMENUX() {
} }
PROXMENUX_POST_INSTALL() { PROXMENUX_POST_INSTALL() {
[ ! -f /usr/local/share/proxmenux/scripts/post_install/customizable_post_install.sh ] && INSTALL_PROXMENUX PMFLDR='/usr/local/share/proxmenux/scripts/post_install'
/usr/local/share/proxmenux/scripts/post_install/customizable_post_install.sh echo 1
[ ! -f ${PMFLDR}/customizable_post_install.sh ] && INSTALL_PROXMENUX
echo 2
bash ${PMFLDR}/customizable_post_install.sh
[ ${action-x} ] && exit 0 || ENTER2CONTINUE [ ${action-x} ] && exit 0 || ENTER2CONTINUE
touch /opt/.PROXMENUX_POST_INSTALL touch /opt/.PROXMENUX_POST_INSTALL
} }