From 4f9bca81915d6a2b09942ba567ca36efd163051a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Mar 2024 10:22:41 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index afa3497..da7f9cb 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -977,8 +977,8 @@ MISC_MENU() { echo if [ "$(IP_ALLOWED `hostname -I`)" == "true" ]; then echo -e " [${idsCL[Yellow]}U${idsCL[Default]}] Update copycerts.sh to new LB LE folder path " - echo -e " [${idsCL[Yellow]}D${idsCL[Default]}] Update DNS (10.10.10.10, 10.10.10.11, 10.2.1.2)" - echo -e " [${idsCL[Yellow]}O${idsCL[Default]}] Update Offsite DNS (10.2.1.5, 10.2.1.6, 10.10.10.5)" + echo -e " [${idsCL[Yellow]}D${idsCL[Default]}] Update DNS (10.10.10.5, 10.2.1.2)" + echo -e " [${idsCL[Yellow]}O${idsCL[Default]}] Update Offsite DNS (10.2.1.2, 10.10.10.5)" echo -e " [${idsCL[Yellow]}C${idsCL[Default]}] Change copycerts to LB-Nodes" echo fi