From dfc6cf8515f2bdfe110cce8b15f7b11aaf1c560c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Jul 2022 19:32:00 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ef4368f8..ab66ecc8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1756,6 +1756,10 @@ UPDATE_DYNDNS(){ if [ "${1}" != 'q' ]; then echo -e "${idsCL[Green]}Updated WAN IP from '${OLDIP}' to '${NEWIP}'${idsCL[Default]}" fi + else + if [ "${1}" != 'q' ]; then + echo -e "${idsCL[Green]}WAP IP has not changed '${OLDIP}' = '${NEWIP}'${idsCL[Default]}" + fi fi if [ "${1}" != 'q' ]; then