This commit is contained in:
2023-06-30 18:06:18 -05:00
parent 08aa7571c0
commit 1a84ff25b8
2 changed files with 6 additions and 6 deletions

View File

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