Polish comment

This commit is contained in:
Salt 2024-12-01 22:33:43 -06:00
parent 5111b544ec
commit 8a44845492

View File

@ -101,7 +101,8 @@ for file in /etc/shadow /etc/gshadow; do
fi fi
# We've succeeded in all our checks and for sure have a username loaded # We've succeeded in all our checks and for sure have a username loaded
# that isn't going to cause our regex to explode in terrifying ways. # that isn't going to cause our regex to explode in terrifying ways.
# We're now going to load sed up and fire it at the shadowfile # We're now going to load sed up and fire it at the shadowfile, making
# a backup along the way
echo "Removing from $file: $name" echo "Removing from $file: $name"
sed --in-place=- \ sed --in-place=- \
"/^$name:/d" \ "/^$name:/d" \