This commit is contained in:
Patrick Schleizer 2019-12-20 01:32:08 -05:00
parent f19abaf627
commit d8c9fac2e5
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -37,6 +37,7 @@ add_statoverride_entry() {
set_file_perms() {
while read -r line; do
if [[ "$line" =~ ^#.*$ ]]; then
echo "ERROR: cannot parse line with invalid character: ${line}"
continue
fi