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