diff --git a/defaults.inc b/defaults.inc index f3d86932..10d38d2a 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='4.7.144-06232023' +VERS='4.7.147-06302023' # NODETYPES=WEB NODETYPES=LB,LPD,MM,MYSQL,NC,PW,WPD,WM,WEB diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a78d18e6..2670e6df 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1032,11 +1032,11 @@ UPDATE_DYNDNS(){ [ "${2}" != 'q' ] && echo -e "${idsCL[Green]}${1^^} WAN IP has not changed '${OLDIP}' = '${NEWIP}'${idsCL[Default]}" fi - if [ "${2}" != 'q' ]; then - echo "" - 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 }