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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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}"