Update piholeDebug.sh

This commit is contained in:
mrmajik45 2018-09-28 17:22:31 -04:00 committed by GitHub
parent 00f98543ad
commit 0f509f4a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ parse_file() {
#shellcheck disable=SC2016
IFS=$'\r\n' command eval 'file_info=( $(cat "${filename}") )'
else
read -a -r file_info <<< $filename
read -a -r file_info <<< "$filename"
fi
# Set a named variable for better readability
local file_lines