update
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
action="$1"
|
action="$1"
|
||||||
FOLDER='/opt/idssys/ta-proxmenu'
|
FOLDER='/opt/idssys/ta-proxmenu'
|
||||||
VERS='2026.2.4'
|
VERS='2026.2.5'
|
||||||
|
|
||||||
RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)
|
RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)
|
||||||
|
|
||||||
|
|||||||
@@ -8,16 +8,16 @@ source /opt/idssys/ta-proxmenu/defaults.inc
|
|||||||
|
|
||||||
|
|
||||||
INSTALL_ACRONIS() {
|
INSTALL_ACRONIS() {
|
||||||
read -n 1 -p "Are you sure you wish to install Acronis (Y/n)?" choice
|
# read -n 1 -p "Are you sure you wish to install Acronis (Y/n)?" choice
|
||||||
case "$choice" in
|
# case "$choice" in
|
||||||
[Nn]) MAIN_MENU;;
|
# [Nn]) MAIN_MENU;;
|
||||||
* )
|
# * )
|
||||||
echo
|
# echo
|
||||||
|
|
||||||
echo -e "\n${idsCL[Green]}Acronis install script has not been finished.... :*^(${idsCL[Default]}"
|
echo -e "\n${idsCL[Green]}Acronis install script has not been finished.... :*^(${idsCL[Default]}"
|
||||||
[ ${action-x} ] && exit 0
|
[ ${action-x} ] && exit 0
|
||||||
ENTER2CONTINUE
|
ENTER2CONTINUE
|
||||||
esac
|
# esac
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL_PROXMENUX() {
|
INSTALL_PROXMENUX() {
|
||||||
|
|||||||
Reference in New Issue
Block a user