From 560271a7cfd4140d0b46e9aee0f69f30fd8ba4c3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Jul 2022 15:04:27 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ca7393bc..daae91dd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1734,7 +1734,7 @@ ADD_LOGROTATE_CRONTAB(){ UPDATE_DYNDNS(){ if [ "${1}" != 'q' ]; then - echo -en "${idsCL[LightCyan]}Updating Primary DNS A records with any WAN IP changes... ${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}Updating Primary DNS A records with any WAN IP changes... ${idsCL[Default]}" fi OLDIP=`dig +short sc2.scity.us @ns1.scity.us` @@ -1754,12 +1754,11 @@ UPDATE_DYNDNS(){ echo "DYNDNS Updated" | mail -s "Updated WAN IP from '${OLDIP}' to '${NEWIP}'" 9208839613@mms.att.net if [ "${1}" != 'q' ]; then - echo -en "${idsCL[Green]}Updated WAN IP from '${OLDIP}' to '${NEWIP}'${idsCL[Default]}" + echo -e "${idsCL[Green]}Updated WAN IP from '${OLDIP}' to '${NEWIP}'${idsCL[Default]}" fi fi if [ "${1}" != 'q' ]; then - echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo "" read -n 1 -s -p "Press any key to continue" echo