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
|
@ -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…
Reference in New Issue