This commit is contained in:
2026-03-26 18:32:34 -05:00
parent e51d41d8da
commit a33ecbdfbf
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
action="$1"
FOLDER='/opt/idssys/ta-proxmenu'
VERS='2026.3.14-1'
VERS='2026.3.26-1'
RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)
+1
View File
@@ -362,6 +362,7 @@ if [ ${action-x} ]; then
acronis) INSTALL_ACRONIS;;
proxmenux) [ ! -f /usr/local/bin/menu ] && INSTALL_PROXMENUX || /usr/local/bin/menu;;
screenconnect) INSTALL_SCREENCONNECT;;
restart) RESTART_PVE_SERVICES;;
cpu) DETECT_CPU;;
*) MAIN_MENU;;
esac