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