1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

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

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