refactoring

This commit is contained in:
Patrick Schleizer 2019-12-20 01:31:37 -05:00
parent c5d1e9dda7
commit f19abaf627
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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