mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-13 20:19:30 -05:00
refactoring
This commit is contained in:
parent
c5d1e9dda7
commit
f19abaf627
@ -36,7 +36,9 @@ add_statoverride_entry() {
|
||||
|
||||
set_file_perms() {
|
||||
while read -r line; do
|
||||
[[ "$line" =~ ^#.*$ ]] && continue
|
||||
if [[ "$line" =~ ^#.*$ ]]; then
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "${line}" = "" ]; then
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user