mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 21:44:49 -04:00
cleanup
This commit is contained in:
parent
6cadc70a96
commit
cc2b335ee6
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ add_nosuid_statoverride_entry() {
|
|||
|
||||
## Delimiter at the end to avoid the last field to be interpreted as having a newline.
|
||||
stat_output=$(stat -c "%n${delimiter}%a${delimiter}%U${delimiter}%G${delimiter}%" "${line}")
|
||||
stat_output_simple=$(stat -c '%n %a %U %G' "${line}")
|
||||
|
||||
readarray -d "${delimiter}" -t arr <<< "${stat_output}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue