This commit is contained in:
Patrick Schleizer 2024-07-26 08:40:10 -04:00
parent d96c0633d4
commit 05504b9ab2
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -307,6 +307,7 @@ add_nosuid_statoverride_entry() {
set_file_perms() {
log info "START parsing config file: '${config_file}'"
local line
while read -r line || test -n "${line}"; do
if test -z "${line}"; then