Skip to content

Commit 62193e3

Browse files
sanityclaude
andcommitted
fix: use printf for ANSI escape codes in install.sh telemetry note
The telemetry note used `echo` which doesn't interpret \033 escape codes, causing raw control codes to be printed instead of colored text. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fc2a4ec commit 62193e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hugo-site/static/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ main() {
237237
echo ""
238238

239239
# Telemetry disclosure
240-
echo "${YELLOW}Note:${NC} Freenet collects anonymous telemetry data by default during alpha"
240+
printf "${YELLOW}Note:${NC} Freenet collects anonymous telemetry data by default during alpha\n"
241241
echo " to help diagnose network issues. This includes:"
242242
echo " - Operation timing (connect, put, get, subscribe, update)"
243243
echo " - Network topology information"

0 commit comments

Comments
 (0)