local stat_output

This commit is contained in:
Patrick Schleizer 2024-07-24 11:02:25 -04:00
parent ced02fb9e0
commit a6e517736b
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -72,7 +72,7 @@ add_nosuid_statoverride_entry() {
while IFS="" read -r -d "" line; do
counter_actual="$((counter_actual + 1))"
local arr file_name existing_mode existing_owner existing_group
local arr file_name existing_mode existing_owner existing_group stat_output
file_name="${line}"