From 46489dd2767cf7c85408fce6f6971d65d2cb00ff Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 17:21:40 -0500 Subject: [PATCH] Fix bottom sparkle line alignment 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 aa6d11a..5a934c8 100755 --- a/rpi/sanitize-for-image.sh +++ b/rpi/sanitize-for-image.sh @@ -77,7 +77,7 @@ echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${N echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}" echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}" echo "" -echo -e "${GRAY} * . * . * . * . * . *${NC}" +echo -e "${GRAY} * . * . * . * . * . *${NC}" echo "" if [ "$SOFT_RESET" = true ]; then echo -e "${CYAN} Soft Reset (Factory)${NC}" diff --git a/rpi/setup.sh b/rpi/setup.sh index 0f991c8..8d06c2c 100755 --- a/rpi/setup.sh +++ b/rpi/setup.sh @@ -87,7 +87,7 @@ echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${N echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}" echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}" echo "" -echo -e "${GRAY} * . * . * . * . * . *${NC}" +echo -e "${GRAY} * . * . * . * . * . *${NC}" echo "" echo -e "${CYAN} Raspberry Pi Setup${NC}" echo ""