From d04670e3525eed1eed81a5258a502378eedc47ac Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Tue, 6 Jan 2026 22:55:47 -0500 Subject: [PATCH] MOTD: Use globe emoji for URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚀 Stegasoo running 🌐 https://... 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- rpi/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/setup.sh b/rpi/setup.sh index e861ef9..509e49d 100755 --- a/rpi/setup.sh +++ b/rpi/setup.sh @@ -452,7 +452,7 @@ if systemctl is-active --quiet stegasoo 2>/dev/null; then CPU_TEMP=$(vcgencmd measure_temp 2>/dev/null | cut -d= -f2) fi # Compact two-column layout - echo -e " 🚀 Stegasoo running 🔗 \033[0;33m$STEGASOO_URL\033[0m" + echo -e " 🚀 Stegasoo running 🌐 \033[0;33m$STEGASOO_URL\033[0m" if [ -n "$CPU_MHZ" ] && [ -n "$CPU_TEMP" ]; then # Temp emoji: ice<50, cool 50-70, fire>70 TEMP_NUM=\$(echo "\$CPU_TEMP" | grep -oE "[0-9]+" | head -1)