Update nodemgmt-scripts.sh

This commit is contained in:
2023-06-30 18:46:48 -05:00
parent 94dcda3473
commit f892903b88

View File

@@ -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
}