Update proxmenu-scripts.sh
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user