mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Add comment for automigrated list entries
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
5e26e8245b
commit
540c57f755
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ database_table_from_file() {
|
|||
do
|
||||
# Only add non-empty lines
|
||||
if [[ ! -z "${domain}" ]]; then
|
||||
echo "${rowid},\"${domain}\",1,${timestamp},${timestamp}" >> "${tmpFile}"
|
||||
echo "${rowid},\"${domain}\",1,${timestamp},${timestamp},\"Migrated from ${source}\"" >> "${tmpFile}"
|
||||
rowid+=1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue