mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 12:16:03 -04:00
local stat_output
This commit is contained in:
parent
ced02fb9e0
commit
a6e517736b
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue