Update nodemgmt-scripts.sh

This commit is contained in:
2023-06-30 18:21:53 -05:00
parent 255989d21e
commit 7872646e10

View File

@@ -994,7 +994,7 @@ UPDATE_DYNDNS(){
else
if [ "${2}" != 'q' ]; then
cw_spc=20
cw_spc=10
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