Fix bold text escape codes in first-boot wizard

This commit is contained in:
Aaron D. Lee
2026-01-02 23:26:44 -05:00
parent 8bb70e5667
commit 5188492c77

View File

@@ -126,8 +126,8 @@ echo -e "${BLUE}╚════════════════════
echo ""
echo "A channel key creates a private encoding channel."
echo ""
echo " ${BOLD}Without a key:${NC} Anyone with Stegasoo can decode your images"
echo " ${BOLD}With a key:${NC} Only people with YOUR key can decode your images"
echo -e " ${BOLD}Without a key:${NC} Anyone with Stegasoo can decode your images"
echo -e " ${BOLD}With a key:${NC} Only people with YOUR key can decode your images"
echo ""
echo "This is useful if you want to share encoded images only with"
echo "specific people (family, team, etc)."