From 62ef2d17772673713e483f12a7a291bec447a2bc Mon Sep 17 00:00:00 2001 From: yubiuser Date: Wed, 11 Sep 2024 18:44:17 +0200 Subject: [PATCH] Add forgetting dash Co-authored-by: RD WebDesign Signed-off-by: yubiuser --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index f9cfc94c..18591773 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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}"