mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-16 16:34:07 +00:00
Add forgetting dash
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
parent
ce5ef79a3a
commit
62ef2d1777
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ os_check_dig(){
|
||||||
local nameserver="$3"
|
local nameserver="$3"
|
||||||
local response
|
local response
|
||||||
|
|
||||||
response="$(dig "${protocol}" +short -t txt "${domain}" "${nameserver}" 2>&1
|
response="$(dig -"${protocol}" +short -t txt "${domain}" "${nameserver}" 2>&1
|
||||||
echo $?
|
echo $?
|
||||||
)"
|
)"
|
||||||
echo "${response}"
|
echo "${response}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue