mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
fix: ssh-tunnel-setup.sh (#293)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user