From 2b117d34718a84d1ab632cf6c740d53dcf1605b2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 28 May 2026 21:15:47 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 68fd0fa..abc638e 100755 --- a/defaults.inc +++ b/defaults.inc @@ -5,7 +5,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' VERS='2026.5.28-1' -noupdate=' restart cpu mm ' +noupdate=' cpu ' RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)