mirror of https://github.com/samply/bridgehead.git
fix: ssh-tunnel-setup.sh (#293)
This commit is contained in:
parent
2ddd535794
commit
72ecaadba8
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
if [ -n "$ENABLE_SSH_TUNNEL" ]; then
|
if [ -n "$ENABLE_SSH_TUNNEL" ]; then
|
||||||
log INFO "SSH Tunnel setup detected -- will start SSH Tunnel."
|
log INFO "SSH Tunnel setup detected -- will start SSH Tunnel."
|
||||||
OVERRIDE+=" -f ./$PROJECT/modules/ssh-tunnel-compose.yml"
|
OVERRIDE+=" -f ./modules/ssh-tunnel-compose.yml"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue