mirror of https://github.com/samply/bridgehead.git
fix ssh-tunnel-setup.sh
This commit is contained in:
parent
2ddd535794
commit
7d6e9d2f71
modules
|
@ -2,5 +2,5 @@
|
|||
|
||||
if [ -n "$ENABLE_SSH_TUNNEL" ]; then
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue