mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
fix
This commit is contained in:
parent
7f8b3c76de
commit
e254b8b52d
@ -42,7 +42,7 @@ add_nosuid_statoverride_entry() {
|
||||
setguid_output="set-group-id"
|
||||
fi
|
||||
|
||||
if [ "$setguid" = "true" ] || [ "setguid" = "true" ]; then
|
||||
if [ "$setguid" = "true" ] || [ "$setguid" = "true" ]; then
|
||||
string_length_of_existing_mode="${#existing_mode}"
|
||||
if [ "$string_length_of_existing_mode" = "4" ]; then
|
||||
new_mode="${existing_mode:1}"
|
||||
|
Loading…
Reference in New Issue
Block a user