syntax check

This commit is contained in:
Patrick Schleizer 2019-10-17 06:12:36 -04:00
parent 8b9aa8841a
commit 4aba027566
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -11,6 +11,7 @@ shopt -s nullglob
## Allows for disabling the whitelist.
for i in /etc/hide-hardware-info.d/*.conf
do
bash -n "${i}"
source "${i}"
done