debugging

This commit is contained in:
Patrick Schleizer 2019-12-20 08:51:55 -05:00
parent ed50f98010
commit 6f8231be70
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -17,6 +17,7 @@ echo_wrapper() {
}
add_nosuid_statoverride_entry() {
true "line: $line"
while read -r line; do
if ! read -r file_name existing_mode owner group; then
echo "ERROR: cannot parse line by 'stat' - line: '$line'" >&2