no more need to add/remove /

This commit is contained in:
Patrick Schleizer 2019-12-20 11:43:53 -05:00
parent b95225b6a6
commit 9321ecff41
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -29,7 +29,7 @@ echo_wrapper_audit() {
}
add_nosuid_statoverride_entry() {
fso_to_process="${fso_without_trailing_slash}/"
fso_to_process="$fso"
should_be_counter="$(find "$fso_to_process" -perm /u=s,g=s | wc -l)" || true
counter_actual=0