From 255989d21eecf6fbf280b7d6f2e4366f3dee3895 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 30 Jun 2023 18:21:41 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b39a2be9..d29bf785 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -996,7 +996,7 @@ UPDATE_DYNDNS(){ if [ "${2}" != 'q' ]; then cw_spc=20 echo -e "${idsCL[LightCyan]}Checking for DYNDNS update at ${1^} ... ${idsCL[Default]}" - + echo msg="Old IP:"; c=0; spc=''; spc1=$((${cw_spc}-${#msg})); until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en "${idsCL[LightCyan]}${msg}${spc}${idsCL[White]}: ${idsCL[Default]}" fi