mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 18:09:21 -05:00
refactoring
This commit is contained in:
parent
7c5c65a6c1
commit
d64cdc1247
@ -40,7 +40,7 @@ add_statoverride_entry() {
|
||||
if [ "$string_length_of_existing_mode" = "4" ]; then
|
||||
new_mode="${existing_mode:1}"
|
||||
else
|
||||
new_mode="${existing_mode}"
|
||||
new_mode="$existing_mode"
|
||||
fi
|
||||
|
||||
echo "suid - file_name: '$file_name' | existing_mode: '$existing_mode' | new_mode: '$new_mode'"
|
||||
|
Loading…
Reference in New Issue
Block a user