Add missing three new columns to pihole -g -r

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/4070/head
DL6ER 3 years ago
parent 57fe3b6621
commit 126b9ae381
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -176,7 +176,7 @@ database_table_from_file() {
echo "${rowid},\"${domain}\",${timestamp}" >> "${tmpFile}"
elif [[ "${table}" == "adlist" ]]; then
# Adlist table format
echo "${rowid},\"${domain}\",1,${timestamp},${timestamp},\"Migrated from ${source}\"," >> "${tmpFile}"
echo "${rowid},\"${domain}\",1,${timestamp},${timestamp},\"Migrated from ${source}\",,0,0,0" >> "${tmpFile}"
else
# White-, black-, and regexlist table format
echo "${rowid},${type},\"${domain}\",1,${timestamp},${timestamp},\"Migrated from ${source}\"" >> "${tmpFile}"

Loading…
Cancel
Save