mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 17:44:51 -04:00
refactoring
This commit is contained in:
parent
c5d1e9dda7
commit
f19abaf627
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue