From f892903b88659807930ef7b91b3532cabc8e2879 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 30 Jun 2023 18:46:48 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 515f6fcd..0f7d558c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1040,12 +1040,12 @@ UPDATE_DYNDNS(){ else [ "${2}" != 'q' ] && echo && echo -e "${idsCL[Green]}${1^^} WAN IP has not changed${idsCL[Default]}" fi - echo - # if [ "${2}" != 'q' ]; then - # read -n 1 -s -p "Press any key to continue" - # echo - # fi + if [ "${2}" != 'q' ]; then + echo + # read -n 1 -s -p "Press any key to continue" + # echo + fi fi }