mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 23:00:15 +02:00
7 lines
167 B
Bash
7 lines
167 B
Bash
#!/bin/bash
|
|
|
|
if [ -n "$ENABLE_SSH_TUNNEL" ]; then
|
|
log INFO "SSH Tunnel setup detected -- will start SSH Tunnel."
|
|
OVERRIDE+=" -f ./modules/ssh-tunnel-compose.yml"
|
|
fi
|