Skip to content

Commit 14c3568

Browse files
committed
Fix MOTD formatting in entrypoint script. Ref #11
1 parent e347de4 commit 14c3568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rootfs/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ chmod 755 /etc/ssh/sshd_config.d
195195
echo "🎨 Creating custom MOTD..."
196196
{
197197
echo '\033[38;5;75m╭──────────────────────────────────────────────────────╮\033[0m'
198-
echo '\033[38;5;75m│ 🔐 SSH Tunnel Portal |\033[0m'
198+
echo '\033[38;5;75m│ 🔐 SSH Tunnel Portal \033[0m'
199199
echo '\033[38;5;75m╰──────────────────────────────────────────────────────╯\033[0m'
200200
echo
201201
echo '\033[1;36m📡 Connection Info:\033[0m'

0 commit comments

Comments
 (0)