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 }