Add forgetting dash

Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2024-09-11 18:44:17 +02:00
committed by GitHub
parent ce5ef79a3a
commit 62ef2d1777

View File

@@ -173,7 +173,7 @@ os_check_dig(){
local nameserver="$3"
local response
response="$(dig "${protocol}" +short -t txt "${domain}" "${nameserver}" 2>&1
response="$(dig -"${protocol}" +short -t txt "${domain}" "${nameserver}" 2>&1
echo $?
)"
echo "${response}"