fix
This commit is contained in:
parent
82e2249bbf
commit
082f231b60
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -107,7 +107,7 @@ local server
|
|||
local servers
|
||||
local text=""
|
||||
cd_step "Set DNS resolving"
|
||||
"${CD_DNS}" && servers="${CD_DNS}" || servers="${CD_DEFAULT_DNS}"
|
||||
[ "${CD_DNS}" ] && servers="${CD_DNS}" || servers="${CD_DEFAULT_DNS}"
|
||||
for server in ${servers} ; do
|
||||
text="${text}nameserver ${server}
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue