sleep to wait dns record to take effect.

This commit is contained in:
neil
2016-01-30 22:47:22 +08:00
parent 638b9a0559
commit 0ed4c9391e
2 changed files with 7 additions and 1 deletions

4
le.sh
View File

@@ -673,6 +673,10 @@ issue() {
fi
if [ "$dnsadded" == '1' ] ; then
_info "Sleep 60 seconds for the txt records to take effect"
sleep 60
fi
_debug "ok, let's start to verify"
ventries=$(echo "$vlist" | sed "s/,/ /g")