Commit 6e68c4e2 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #878 from Neilpang/dev

Dev
parents 253bf776 a79e9680
...@@ -2723,7 +2723,7 @@ _clearup() { ...@@ -2723,7 +2723,7 @@ _clearup() {
_clearupdns() { _clearupdns() {
_debug "_clearupdns" _debug "_clearupdns"
if [ "$dnsadded" != 1 ] || [ -z "$vlist" ]; then if [ "$dnsadded" != 1 ] || [ -z "$vlist" ]; then
_debug "Dns not added, skip." _debug "skip dns."
return return
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment