Skip to content

Commit df6d708

Browse files
committed
🐛 Log display issues
1 parent 88b668b commit df6d708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -z ${REMOTE_IP+x} ] ; then
1414
exit 1
1515
fi
1616

17-
echo "starting SSH Reverse proxy $CONTAINER_IP:$CONTAINER_PORT -> $REMOTE_IP:$REMOTE_PORT as $SSH_USER@$SSH_BASTION_HOST:$SSH_PORT"
17+
echo "starting SSH Reverse proxy $CONTAINER_IP:$CONTAINER_PORT -> $REMOTE_IP:$REMOTE_PORT as $SSH_USER@$REMOTE_IP:$SSH_PORT"
1818

1919
/usr/bin/ssh \
2020
-NTC -o ServerAliveInterval=60 \

0 commit comments

Comments
 (0)