refactoring

This commit is contained in:
Patrick Schleizer 2019-12-20 03:04:41 -05:00
parent 7c5c65a6c1
commit d64cdc1247
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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'"