From a33ecbdfbf06e4f7f5e439b95f362f4308837f02 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 26 Mar 2026 18:32:34 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- proxmenu-scripts.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 5747db0..0e765ed 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 3e9fb5f..7f82bdc 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -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