mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-14 18:00:54 +07:00
refactoring
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user