From 9088caa23d0c298045ae3ea08ba910224bebb7f6 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 17:19:40 -0500 Subject: [PATCH] Fix top sparkle line alignment in setup and sanitize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- rpi/sanitize-for-image.sh | 2 +- rpi/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpi/sanitize-for-image.sh b/rpi/sanitize-for-image.sh index aaebac3..aa6d11a 100755 --- a/rpi/sanitize-for-image.sh +++ b/rpi/sanitize-for-image.sh @@ -71,7 +71,7 @@ fi clear echo "" -echo -e "${GRAY} . * . . * . * . * . * .${NC}" +echo -e "${GRAY} . * . . * . * . * . * .${NC}" echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}" echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}" diff --git a/rpi/setup.sh b/rpi/setup.sh index 766c9d8..0f991c8 100755 --- a/rpi/setup.sh +++ b/rpi/setup.sh @@ -81,7 +81,7 @@ done clear echo "" -echo -e "${GRAY} . * . . * . * . * . * .${NC}" +echo -e "${GRAY} . * . . * . * . * . * .${NC}" echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}" echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}"