From 8a448454923fff09a111f9fb175228ea2cccf39e Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Sun, 1 Dec 2024 22:33:43 -0600
Subject: [PATCH] Polish comment

---
 wayblue-fix-89.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wayblue-fix-89.sh b/wayblue-fix-89.sh
index 90f536e..372a53d 100755
--- a/wayblue-fix-89.sh
+++ b/wayblue-fix-89.sh
@@ -101,7 +101,8 @@ for file in /etc/shadow /etc/gshadow; do
 			fi
 			# 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.
-			# 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"
 			sed --in-place=- \
 				"/^$name:/d" \