refactoring

This commit is contained in:
Patrick Schleizer
2019-12-20 01:31:37 -05:00
parent c5d1e9dda7
commit f19abaf627

View File

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