We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e347de4 commit 14c3568Copy full SHA for 14c3568
src/rootfs/entrypoint.sh
@@ -195,7 +195,7 @@ chmod 755 /etc/ssh/sshd_config.d
195
echo "🎨 Creating custom MOTD..."
196
{
197
echo '\033[38;5;75m╭──────────────────────────────────────────────────────╮\033[0m'
198
- echo '\033[38;5;75m│ 🔐 SSH Tunnel Portal |\033[0m'
+ echo '\033[38;5;75m│ 🔐 SSH Tunnel Portal │\033[0m'
199
echo '\033[38;5;75m╰──────────────────────────────────────────────────────╯\033[0m'
200
echo
201
echo '\033[1;36m📡 Connection Info:\033[0m'
0 commit comments