Set owner of gravity output files to pihole
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
96640ea2c8
commit
6001fe34ec
|
@ -488,6 +488,10 @@ compareLists() {
|
||||||
# We assume here it was changed upstream
|
# We assume here it was changed upstream
|
||||||
database_adlist_status "${adlistID}" "1"
|
database_adlist_status "${adlistID}" "1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# set owner of the file to pihole
|
||||||
|
chown pihole:pihole "${target}.sha1"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Download specified URL and perform checks on HTTP status and file content
|
# Download specified URL and perform checks on HTTP status and file content
|
||||||
|
@ -621,6 +625,9 @@ gravity_DownloadBlocklistFromUrl() {
|
||||||
database_adlist_status "${adlistID}" "4"
|
database_adlist_status "${adlistID}" "4"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# set owner of the file to pihole
|
||||||
|
chown pihole:pihole "${saveLocation}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Parse source files into domains format
|
# Parse source files into domains format
|
||||||
|
|
Loading…
Reference in New Issue