mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-19 23:54:12 -04:00
output
This commit is contained in:
parent
f19abaf627
commit
d8c9fac2e5
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ add_statoverride_entry() {
|
||||||
set_file_perms() {
|
set_file_perms() {
|
||||||
while read -r line; do
|
while read -r line; do
|
||||||
if [[ "$line" =~ ^#.*$ ]]; then
|
if [[ "$line" =~ ^#.*$ ]]; then
|
||||||
|
echo "ERROR: cannot parse line with invalid character: ${line}"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue