This commit is contained in:
Patrick Schleizer 2024-10-28 05:07:00 -04:00
parent ef0eb5f7a0
commit 0d50615658
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -30,6 +30,7 @@ default_variables_set() {
parse_configuration() {
## Allows for disabling the whitelist.
local i
for i in /usr/local/etc/hide-hardware-info.d/*.conf /etc/hide-hardware-info.d/*.conf ; do
bash -n "${i}"
source "${i}"