From 6beea7e0b7efb1d4a7ec4246b11f7fd8f85fe2e9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 13:18:50 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- linupx-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 70dcacc..207b1f1 100755 --- a/defaults.inc +++ b/defaults.inc @@ -2,7 +2,7 @@ action="$1" FOLDER='/opt/idssys/linupx' -VERS='6.60.20-11182023' +VERS='6.60.21-11252023' IPERFVER="3.15" diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 632e6d3..30701c1 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -994,11 +994,11 @@ MISC_MENU() { case $opt in 1) RECONFIGURE_NETWORK; MISC_MENU;; 2) REMOVEFLOPPY; MISC_MENU;; - 3) DOCKER_CLEANUP; MISC_MENU;; 3) MPVMFIX echo ENTER2CONTINUE MISC_MENU;; + 4) DOCKER_CLEANUP; MISC_MENU;; [Uu]) COPYCERTS_UPDATE menu; MISC_MENU;; [Dd]) DNSUPDATE; MISC_MENU;; [Cc]) CHANGECOPYCERTS_INSTALL; MISC_MENU;;