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

Remove "The list is new" comment because it is superfluous

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2020-12-30 11:27:34 +01:00
parent 0944807491
commit a2625df5e2
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -533,7 +533,6 @@ compareLists() {
else else
# No checksum available, create one for comparing on the next run # No checksum available, create one for comparing on the next run
sha1sum "${target}" > "${target}.sha1" sha1sum "${target}" > "${target}.sha1"
echo " ${INFO} This list is new"
# We assume here it was changed upstream # We assume here it was changed upstream
database_adlist_status "${adlistID}" "1" database_adlist_status "${adlistID}" "1"
database_adlist_updated "${adlistID}" database_adlist_updated "${adlistID}"