From 6cadc70a96cd709fb7a94abcb14e7dd97c57fdb8 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 24 Jul 2024 11:47:52 -0400 Subject: [PATCH] output --- usr/bin/permission-hardener | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/permission-hardener b/usr/bin/permission-hardener index 0637ed9..bea2abe 100755 --- a/usr/bin/permission-hardener +++ b/usr/bin/permission-hardener @@ -411,7 +411,7 @@ set_file_perms() { continue fi if test -z "${existing_owner}"; then - log error "Existing_owner is empty. Stat output: '${stat_output}' | line: '${line}'" >&2 + log error "Existing owner is empty. Stat output: '${stat_output}' | line: '${line}'" >&2 continue fi if test -z "${existing_group}"; then