-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
I noticed something while looking at the text within the entrypoint.sh file, which is on line 198, the second │ isn't the unicode symbol but instead |
For side by side, this is what I mean
echo '\033[38;5;75m╭──────────────────────────────────────────────────────╮\033[0m'
echo '\033[38;5;75m│ 🔐 SSH Tunnel Portal |\033[0m'
echo '\033[38;5;75m╰──────────────────────────────────────────────────────╯\033[0m'
When it should look like this
echo '\033[38;5;75m╭──────────────────────────────────────────────────────╮\033[0m'
echo '\033[38;5;75m│ 🔐 SSH Tunnel Portal │\033[0m'
echo '\033[38;5;75m╰──────────────────────────────────────────────────────╯\033[0m'
Metadata
Metadata
Assignees
Labels
No labels