Update advanced/Scripts/piholeDebug.sh

Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>
pull/3702/head
Adam Warner 4 years ago committed by GitHub
parent 8e219cb799
commit b8cd238fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -406,7 +406,7 @@ os_check() {
#Get the return code of the previous command (last line)
digReturnCode="${cmdResult##*$'\n'}"
# Dig returned 0 code, so get the actual response, and loop through it to determine if the detected variables above are valid
# Extract dig response
response="${cmdResult%%$'\n'*}"
IFS=" " read -r -a supportedOS < <(echo "${response}" | tr -d '"')

Loading…
Cancel
Save