This commit is contained in:
Patrick Schleizer 2019-12-20 11:04:12 -05:00
parent cd8efe5800
commit 731f802895
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -137,6 +137,7 @@ add_nosuid_statoverride_entry() {
}
set_file_perms() {
echo "INFO: parsing config_file: '$config_file'"
while read -r line; do
if [ "$line" = "" ]; then
continue