cleans up code

This commit is contained in:
Jean-Christophe Vanhalle
2024-10-13 00:09:49 +02:00
parent d582d4c7f0
commit c1ae487788
3 changed files with 9 additions and 6 deletions

View File

@@ -20,5 +20,5 @@ ssh \
-v \
-N \
-L \
"${TRAEFIK_LISTENING_IP}:${local_port}:${local_ip_on_remote}:${local_port_on_remote}" \
"${remote_host}"
"${TRAEFIK_LISTENING_IP}:${LOCAL_PORT}:${LOCAL_IP_ON_REMOTE}:${LOCAL_PORT_ON_REMOTE}" \
"${REMOTE_HOST}"