Fix bold text escape codes in first-boot wizard
This commit is contained in:
@@ -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)."
|
||||
|
||||
Reference in New Issue
Block a user