From dc09bac48977267a52cd553823109d09819e1942 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 17:22:17 -0500 Subject: [PATCH] Fix logo top line alignment (3 spaces for ASCII art) 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 5a934c8..5e01348 100755 --- a/rpi/sanitize-for-image.sh +++ b/rpi/sanitize-for-image.sh @@ -72,7 +72,7 @@ fi clear echo "" echo -e "${GRAY} . * . . * . * . * . * .${NC}" -echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" +echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}" echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}" echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}" diff --git a/rpi/setup.sh b/rpi/setup.sh index 8d06c2c..4147fb2 100755 --- a/rpi/setup.sh +++ b/rpi/setup.sh @@ -82,7 +82,7 @@ done clear echo "" echo -e "${GRAY} . * . . * . * . * . * .${NC}" -echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" +echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}" echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}" echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}"