diff --git a/ccp/modules/ssh-tunnel-setup.sh b/ccp/modules/ssh-tunnel-setup.sh index 8cedd50..eb49f1c 100644 --- a/ccp/modules/ssh-tunnel-setup.sh +++ b/ccp/modules/ssh-tunnel-setup.sh @@ -1,6 +1,6 @@ #!/bin/bash - if [ -n "$ENABLE_SSH_TUNNEL" ]; then - log INFO "SSH Tunnel setup detected -- will start SSH Tunnel." - OVERRIDE+=" -f ./$PROJECT/modules/ssh-tunnel-compose.yml" - fi +if [ -n "$ENABLE_SSH_TUNNEL" ]; then + log INFO "SSH Tunnel setup detected -- will start SSH Tunnel." + OVERRIDE+=" -f ./$PROJECT/modules/ssh-tunnel-compose.yml" +fi