Fix gum --inline flag not supported in first-boot wizard

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-05 21:02:12 -05:00
parent 6c3bc995f1
commit cdc7ffd3bf

View File

@@ -404,8 +404,7 @@ gum style --foreground 245 " $ACCESS_URL_LOCAL (if mDNS works)"
if [ -n "$CHANNEL_KEY" ]; then if [ -n "$CHANNEL_KEY" ]; then
echo "" echo ""
gum style --foreground 82 --bold "Channel Key:" --inline echo -e "\033[1;32mChannel Key:\033[0m \033[0;33m$CHANNEL_KEY\033[0m"
gum style --foreground 226 " $CHANNEL_KEY"
fi fi
echo "" echo ""